mirror of https://github.com/astral-sh/uv
Keep the instructions for the Windows standalone installer consistent across the README and the documentation. (#8125)
## Summary
This PR aims to align the instructions for installing the Windows
standalone installer in the README with the current documentation.
7bd0d97ce5/docs/getting-started/installation.md?plain=1#L17-L21
## Test Plan
Only README is modified and identical to the doc, so not tested.
This commit is contained in:
parent
715f28fd39
commit
7362f84d6f
|
|
@ -52,7 +52,7 @@ Install uv with our standalone installers, or from [PyPI](https://pypi.org/proje
|
||||||
$ curl -LsSf https://astral.sh/uv/install.sh | sh
|
$ curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
|
|
||||||
# On Windows.
|
# On Windows.
|
||||||
$ powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
|
$ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
|
||||||
|
|
||||||
# With pip.
|
# With pip.
|
||||||
$ pip install uv
|
$ pip install uv
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue