We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a3d09 commit ccfc49eCopy full SHA for ccfc49e
README.md
@@ -46,7 +46,7 @@ uv is backed by [Astral](https://astral.sh), the creators of
46
47
## Installation
48
49
-Install uv with our standalone installers, or from [PyPI](https://pypi.org/project/uv/):
+Install uv with our standalone installers:
50
51
```bash
52
# On macOS and Linux.
@@ -58,11 +58,18 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
58
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
59
```
60
61
+Or, from [PyPI](https://pypi.org/project/uv/):
62
+
63
64
# With pip.
65
pip install uv
66
67
68
+```bash
69
+# Or pipx.
70
+pipx install uv
71
+```
72
73
If installed via the standalone installer, uv can update itself to the latest version:
74
75
0 commit comments