-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
On https://docs.astral.sh/uv/#installation the installation command says:
- powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
but on https://docs.astral.sh/uv/getting-started/installation/#standalone-installer it says:
- powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
which is actually the command you need to paste unless you have already set the execution policy globally.
Please update the line on the landing patch to that of the installation page.
Platform
Windows
Version
Python version
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation