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