mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-31 07:47:27 +00:00
Add the execution policy to powershell installs for single versions (#7602)
This commit is contained in:
parent
a497b156bb
commit
e47e8fe965
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue