From 0e9cefcdc856bb179c25e8873a4d03b93e76da1c Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sat, 30 Aug 2025 08:42:06 -0500 Subject: [PATCH] Update pixi powershell command section (#798) --- setup/01_optional-python-setup-preferences/native-pixi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/01_optional-python-setup-preferences/native-pixi.md b/setup/01_optional-python-setup-preferences/native-pixi.md index cc9809c..ea6666b 100644 --- a/setup/01_optional-python-setup-preferences/native-pixi.md +++ b/setup/01_optional-python-setup-preferences/native-pixi.md @@ -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/).