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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.