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
+49-22Lines changed: 49 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -151,9 +151,6 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo
151
151
152
152
The command will also automatically add `LocalAppData/pixi/bin` to your path allowing you to invoke `pixi` from anywhere.
153
153
154
-
!!! warning "PowerShell is not supported"
155
-
On Windows, Powershell is not supported, only the Command Prompt terminal is supported.
156
-
157
154
!!! tip "Prerequisites"
158
155
- Windows users need Visual Studio (2019 or 2022) with C++ support
159
156
- You can download them here: [https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-160](https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-160)
@@ -176,71 +173,86 @@ You can install Robostack using either Mamba or Pixi. We recommend using Pixi fo
176
173
```
177
174
178
175
Open the newly created pixi.toml in your favourite text editor and paste the below configuration into the file (overwriting the configuration created by `pixi init`):
179
-
``` bash title="pixi.toml"
176
+
```toml title="pixi.toml"
180
177
[project]
181
178
name = "robostack"
182
-
version = "0.1.0"
183
179
description = "Development environment for RoboStack ROS packages"
0 commit comments