Skip to content

Commit 1cbf7a5

Browse files
authored
Update installation instruction when installing conda packages
1 parent 92058fc commit 1cbf7a5

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

Diff for: README.md

+23-4
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,30 @@ pip install .[selected-interface]
111111

112112
#### Installation from conda-forge package
113113

114-
```bash
115-
mamba create -n adamenv -c conda-forge adam-robotics
116-
```
117114

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+
```
119138

120139
> [!NOTE]
121140
> Check also the conda JAX installation guide [here](https://jax.readthedocs.io/en/latest/installation.html#conda-community-supported)

0 commit comments

Comments
 (0)