Skip to content

Commit ccfc49e

Browse files
authored
Move "from PyPI" install message to above the relevant code block (#8906)
A minor follow-up to #8853 I also included `pipx`, if anyone is opposed I'm happy to drop it.
1 parent b5a3d09 commit ccfc49e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ uv is backed by [Astral](https://astral.sh), the creators of
4646

4747
## Installation
4848

49-
Install uv with our standalone installers, or from [PyPI](https://pypi.org/project/uv/):
49+
Install uv with our standalone installers:
5050

5151
```bash
5252
# On macOS and Linux.
@@ -58,11 +58,18 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
5858
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
5959
```
6060

61+
Or, from [PyPI](https://pypi.org/project/uv/):
62+
6163
```bash
6264
# With pip.
6365
pip install uv
6466
```
6567

68+
```bash
69+
# Or pipx.
70+
pipx install uv
71+
```
72+
6673
If installed via the standalone installer, uv can update itself to the latest version:
6774

6875
```bash

0 commit comments

Comments
 (0)