Skip to content

Commit

Permalink
Move "from PyPI" install message to above the relevant code block (#8906
Browse files Browse the repository at this point in the history
)

A minor follow-up to #8853

I also included `pipx`, if anyone is opposed I'm happy to drop it.
  • Loading branch information
zanieb authored Nov 8, 2024
1 parent b5a3d09 commit ccfc49e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit ccfc49e

Please sign in to comment.