Skip to content

Commit 0551215

Browse files
Explicitly install py311
1 parent d81c16e commit 0551215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ conda install mamba -c conda-forge
2525
=== "Mamba"
2626

2727
```bash title="Prepare an environment to use the correct channels"
28-
mamba create -n ros_env
28+
mamba create -n ros_env python=3.11
2929
mamba activate ros_env
3030

3131
# this adds the conda-forge channel to the new created environment configuration
@@ -56,7 +56,7 @@ conda install mamba -c conda-forge
5656

5757
```bash title="ROS1 Noetic"
5858
# Create a ros-noetic desktop environment
59-
micromamba create -n ros_env -c conda-forge -c robostack-staging ros-noetic-desktop
59+
micromamba create -n ros_env -c conda-forge -c robostack-staging ros-noetic-desktop python=3.11
6060

6161
# Activate the environment
6262
micromamba activate ros_env

0 commit comments

Comments
 (0)