Fix windows installation instructions mismatch (#11380)

See #7106

Fixes #11378
This commit is contained in:
konsti
2025-02-10 21:42:50 +01:00
committed by GitHub
parent 4badcef3d8
commit 768da2091b
+1 -1
View File
@@ -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.