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
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Getting Started
2
2
3
-
RoboStack is a bundling of ROS for Linux, Mac and Windows using the [Conda package manager](https://docs.conda.io/en/latest/), based on top of [conda-forge](https://conda-forge.org/).
3
+
RoboStack is a bundling of ROS for Linux, macOS and Windows using the [Conda package manager](https://docs.conda.io/en/latest/), based on top of [conda-forge](https://conda-forge.org/).
4
4
We have also extended support to the [Pixi](https://pixi.sh/latest/) package manager, which builds upon the foundations of, and maintains compatabillity with the Conda ecosystem.
5
5
6
6
[Here](https://pixi.sh/dev/switching_from/conda/) is a comparison of how Pixi works when compared to Conda/Mamba
@@ -41,7 +41,7 @@ You can install Robostack using either Mamba or pixi.
41
41
conda config --env --remove channels defaults
42
42
```
43
43
!!! note
44
-
There are different channels depending on the version of ROS that you want to install, you must only install ONE version of ROS per environment:
44
+
There are different channels depending on the version of ROS that you wish to install, to add these channels and install your desired version, you can run the following:
@@ -220,7 +220,7 @@ You can install Robostack using either Mamba or pixi.
220
220
```bash
221
221
#Save and exit pixi.toml
222
222
pixi install
223
-
#You can now start an environment with your desired robostack distribution using one of the below commands (must be in the project directory):
223
+
#You can now start an environment with your desired robostack distribution using one of the below commands (either executed from within the project directory or by appending `--manifest-path` and pointing to your project directory):
0 commit comments