mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
This reverts commit e0ad649c74
.
We shouldn't be linking to this version in the readme.
See https://github.com/astral-sh/uv/issues/4432
This commit is contained in:
parent
e89196f969
commit
9ff6a5ed74
7 changed files with 11 additions and 31 deletions
|
@ -53,8 +53,8 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
|
|||
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
|
||||
|
||||
# For a specific version.
|
||||
curl -LsSf https://astral.sh/uv/0.2.14/install.sh | sh
|
||||
powershell -c "irm https://astral.sh/uv/0.2.14/install.ps1 | iex"
|
||||
curl -LsSf https://astral.sh/uv/0.2.13/install.sh | sh
|
||||
powershell -c "irm https://astral.sh/uv/0.2.13/install.ps1 | iex"
|
||||
|
||||
# With pip.
|
||||
pip install uv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue