Add the execution policy to powershell installs for single versions (#7602)

This commit is contained in:
Zanie Blue 2024-09-20 15:15:34 -05:00 committed by GitHub
parent a497b156bb
commit e47e8fe965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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