From e89c181d6666d41bb1c5746aed7e91cdabba99fa Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 6 Jun 2024 13:57:56 -0400 Subject: [PATCH] Add install link for specific version to README (#4105) More minimal version of https://github.com/astral-sh/uv/pull/4092 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3f9da0653..7e40d08fc 100644 --- a/README.md +++ b/README.md @@ -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