From 768da2091b69b99e2f3e6294c9d470ce756cc7d4 Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 10 Feb 2025 21:42:50 +0100 Subject: [PATCH] Fix windows installation instructions mismatch (#11380) See #7106 Fixes #11378 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a46128cb4..38bc70dd0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,7 +48,7 @@ Install uv with our official standalone installer: === "Windows" ```console - $ powershell -c "irm https://astral.sh/uv/install.ps1 | iex" + $ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" ``` Then, check out the [first steps](./getting-started/first-steps.md) or read on for a brief overview.