You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GettingStarted.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,22 @@ In the conda environment activation is the ROS activation included. There is no
157
157
```
158
158
159
159
160
+
## Updating
161
+
Updating all packages in your environment is as easy as:
162
+
163
+
=== "Mamba"
164
+
165
+
```bash
166
+
mamba update --all
167
+
```
168
+
169
+
=== "Micromamba"
170
+
171
+
```bash
172
+
micromamba update --all
173
+
```
174
+
175
+
160
176
## Deactivating
161
177
The (de)activation of the ros workspace goes in together with the conda environment. So running the corresponding (de)activation command will also (un)source the ros environment.
0 commit comments