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:
Zanie Blue 2024-06-06 13:57:56 -04:00 committed by GitHub
parent 31bb01f0be
commit e89c181d66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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