Fix windows installation instructions mismatch (#11380)
See #7106 Fixes #11378
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user