We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a497b15 commit e47e8feCopy full SHA for e47e8fe
1 file changed
docs/getting-started/installation.md
@@ -31,7 +31,7 @@ Request a specific version by including it in the URL:
31
=== "Windows"
32
33
```console
34
- $ 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"
35
```
36
37
!!! tip
0 commit comments