Skip to content

Commit 599cd10

Browse files
Merge pull request #91 from RoboStack/traversaro-patch-5
Do not install Python 3.11 on mamba
2 parents 6a79f53 + be1608d commit 599cd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo
3030
=== "Mamba"
3131

3232
```bash title="Prepare an environment to use the correct channels"
33-
mamba create -n ros_env python=3.11
33+
mamba create -n ros_env
3434
mamba activate ros_env
3535

3636
# this adds the conda-forge channel to the new created environment configuration

0 commit comments

Comments
 (0)