Skip to content

Commit 1429f9a

Browse files
committed
forgot the pixi install command...
1 parent d391c72 commit 1429f9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/GettingStarted.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ You can install Robostack using either Mamba or pixi.
171171
version = "0.1.0"
172172
description = "Development environment for RoboStack ROS packages"
173173
authors = ["Your Name <[email protected]>"]
174-
channels = ["https://prefix.dev/conda-forge"]
174+
channels = ["https://fast.prefix.dev/conda-forge"]
175175
platforms = ["linux-64", "win-64", "osx-64", "osx-arm64", "linux-aarch64"]
176176

177177
[target.win-64.dependencies]
@@ -219,6 +219,7 @@ You can install Robostack using either Mamba or pixi.
219219
```
220220
```bash
221221
#Save and exit pixi.toml
222+
pixi install
222223
#You can now start an environment with your desired robostack distribution using one of the below commands (must be in the project directory):
223224

224225
#ROS noetic
@@ -320,7 +321,7 @@ After installation, you should test if you are able to run `rviz` and other ros
320321

321322
!!! note
322323
Remember that Pixi environments can only be activated from within your project directory.
323-
324+
324325
**ROS1**
325326
```bash title="First terminal"
326327
cd robostack

0 commit comments

Comments
 (0)