Update pixi powershell command section (#798)

This commit is contained in:
Sebastian Raschka 2025-08-30 08:42:06 -05:00 committed by GitHub
parent a51ff65488
commit 0e9cefcdc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,9 +33,9 @@ wget -qO- https://pixi.sh/install.sh | sh
**Windows**
```powershell
powershell -ExecutionPolicy ByPass -c "irm -useb https://pixi.sh/install.ps1 | iex"
```
Download the installer from the official [documentation](https://pixi.sh/latest/installation/#__tabbed_1_2) or run the listed PowerShell command.
> **Note:**
> For more installation options, please refer to the official [pixi documentation](https://pixi.sh/latest/).