Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Note that the instructions for Conda and Micromamba are virtually identical apar
## Installing tools for local development
```bash title="Default tools to help with local development of ROS packages"
micromamba activate ros_env
micromamba install -c conda-forge compilers cmake pkg-config make ninja colcon-common-extensions catkin_tools rosdep
micromamba install -c conda-forge ros-dev-tools
```

!!! tip "Developing on Windows"
Expand Down Expand Up @@ -149,7 +149,7 @@ Note that the instructions for Conda and Micromamba are virtually identical apar
## Installing tools for local development
```bash title="Default tools to help with local development of ROS packages"
conda activate ros_env
conda install -c conda-forge compilers cmake pkg-config make ninja colcon-common-extensions catkin_tools rosdep
conda install -c conda-forge ros-dev-tools
```

!!! tip "Developing on Windows"
Expand Down