mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Move "from PyPI" install message to above the relevant code block (#8906)
A minor follow-up to https://github.com/astral-sh/uv/pull/8853 I also included `pipx`, if anyone is opposed I'm happy to drop it.
This commit is contained in:
parent
b5a3d09958
commit
ccfc49e7c8
1 changed files with 8 additions and 1 deletions
|
@ -46,7 +46,7 @@ uv is backed by [Astral](https://astral.sh), the creators of
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Install uv with our standalone installers, or from [PyPI](https://pypi.org/project/uv/):
|
Install uv with our standalone installers:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# On macOS and Linux.
|
# On macOS and Linux.
|
||||||
|
@ -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"
|
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or, from [PyPI](https://pypi.org/project/uv/):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# With pip.
|
# With pip.
|
||||||
pip install uv
|
pip install uv
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Or pipx.
|
||||||
|
pipx install uv
|
||||||
|
```
|
||||||
|
|
||||||
If installed via the standalone installer, uv can update itself to the latest version:
|
If installed via the standalone installer, uv can update itself to the latest version:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue