diff --git a/README.md b/README.md index d4603d6fd..d1ff72fb8 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ uv is backed by [Astral](https://astral.sh), the creators of ## Installation -Install uv with our standalone installers, or from [PyPI](https://pypi.org/project/uv/): +Install uv with our standalone installers: ```bash # On macOS and Linux. @@ -58,11 +58,18 @@ curl -LsSf https://astral.sh/uv/install.sh | sh powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" ``` +Or, from [PyPI](https://pypi.org/project/uv/): + ```bash # With pip. pip install uv ``` +```bash +# Or pipx. +pipx install uv +``` + If installed via the standalone installer, uv can update itself to the latest version: ```bash