mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add install link for specific version to README (#4105)
More minimal version of https://github.com/astral-sh/uv/pull/4092
This commit is contained in:
parent
31bb01f0be
commit
e89c181d66
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
|
|||
# On Windows.
|
||||
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
|
||||
|
||||
# For a specific version.
|
||||
curl -LsSf https://astral.sh/uv/0.2.8/install.sh | sh
|
||||
powershell -c "irm https://astral.sh/uv/0.2.8/install.ps1 | iex"
|
||||
|
||||
# With pip.
|
||||
pip install uv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue