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 3aaa959 commit 10dd439Copy full SHA for 10dd439
README.md
@@ -48,25 +48,28 @@ uv is backed by [Astral](https://astral.sh), the creators of
48
49
Install uv with our standalone installers:
50
51
+**On macOS and Linux.**
52
+
53
```bash
-# On macOS and Linux.
54
curl -LsSf https://astral.sh/uv/install.sh | sh
55
```
56
57
+**On Windows.**
58
59
-# On Windows.
60
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
61
62
63
Or, from [PyPI](https://pypi.org/project/uv/):
64
+**With pip.**
65
66
-# With pip.
67
pip install uv
68
69
70
+**Or pipx.**
71
72
-# Or pipx.
73
pipx install uv
74
75
0 commit comments