mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Fix windows installation instructions mismatch (#11380)
See #7106 Fixes #11378
This commit is contained in:
parent
4badcef3d8
commit
768da2091b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue