mirror of https://github.com/astral-sh/uv
Add the execution policy to powershell installs for single versions (#7602)
This commit is contained in:
parent
a497b156bb
commit
e47e8fe965
|
|
@ -31,7 +31,7 @@ Request a specific version by including it in the URL:
|
|||
=== "Windows"
|
||||
|
||||
```console
|
||||
$ powershell -c "irm https://astral.sh/uv/0.4.6/install.ps1 | iex"
|
||||
$ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.4.6/install.ps1 | iex"
|
||||
```
|
||||
|
||||
!!! tip
|
||||
|
|
|
|||
Loading…
Reference in New Issue