Skip to content

Commit cf17c64

Browse files
committed
Move "from PyPI" install message to above the relevant code block
1 parent 705b6cd commit cf17c64

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 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,9 +58,14 @@ 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
66+
67+
# Or pipx.
68+
pipx install uv
6469
```
6570

6671
If installed via the standalone installer, uv can update itself to the latest version:

0 commit comments

Comments
 (0)