File tree 1 file changed +23
-4
lines changed
1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -111,11 +111,30 @@ pip install .[selected-interface]
111
111
112
112
#### Installation from conda-forge package
113
113
114
- ``` bash
115
- mamba create -n adamenv -c conda-forge adam-robotics
116
- ```
117
114
118
- If you want to use ` jax ` or ` pytorch ` , just install the corresponding package as well.
115
+ - Install ** CasADi** interface:
116
+
117
+ ``` bash
118
+ mamba create -n adamenv -c conda-forge adam-robotics-casadi
119
+ ```
120
+
121
+ - Install ** Jax** interface (warning: not available on Windows):
122
+
123
+ ``` bash
124
+ mamba create -n adamenv -c conda-forge adam-robotics-jax
125
+ ```
126
+
127
+ - Install ** PyTorch** interface (warning: not available on Windows):
128
+
129
+ ``` bash
130
+ mamba create -n adamenv -c conda-forge adam-robotics-pytorch
131
+ ```
132
+
133
+ - Install ** ALL** interfaces (warning: not available on Windows):
134
+
135
+ ``` bash
136
+ mamba create -n adamenv -c conda-forge adam-robotics-all
137
+ ```
119
138
120
139
> [ !NOTE]
121
140
> Check also the conda JAX installation guide [ here] ( https://jax.readthedocs.io/en/latest/installation.html#conda-community-supported )
You can’t perform that action at this time.
0 commit comments