mirror of https://github.com/astral-sh/uv
Clarify Windows install command in README.md (#1751)
Specify that the command to run for Windows is for powershell
## Summary
Clarifies the usage of the command to run to install uv on Windows
(powershell only)
## Test Plan
It wasn't 😈
---------
Co-authored-by: konsti <konstin@mailbox.org>
This commit is contained in:
parent
7741e1c51a
commit
f668fd8d59
|
|
@ -37,7 +37,7 @@ Install uv with our standalone installers, or from [PyPI](https://pypi.org/proje
|
||||||
# On macOS and Linux.
|
# On macOS and Linux.
|
||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
|
|
||||||
# On Windows.
|
# On Windows (with PowerShell).
|
||||||
irm https://astral.sh/uv/install.ps1 | iex
|
irm https://astral.sh/uv/install.ps1 | iex
|
||||||
|
|
||||||
# With pip.
|
# With pip.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue