We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909bb1e commit 1998272Copy full SHA for 1998272
1 file changed
README.md
@@ -47,7 +47,7 @@ To get started with conda (or mamba) as package managers, you need to have a bas
47
conda install mamba -c conda-forge
48
49
# now create a new environment
50
-mamba create -n ros_galactic ros-galactic-desktop python=3.9 -c robostack-galactic -c conda-forge --no-channel-priority --override-channels
+mamba create -n ros_galactic ros-galactic-desktop python=3.9 -c robostack-experimental -c conda-forge --no-channel-priority --override-channels
51
conda activate ros_galactic
52
53
# optionally, install some compiler packages if you want to e.g. build packages in a colcon_ws:
0 commit comments