mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
docs: fix uv python install
docs to use an exisigin pypy version (#8845)
The current docs call to install pypy@3.12 that does not exist yet. Change it to install pypy@3.10
This commit is contained in:
parent
26e3511ebd
commit
8963de26a7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ $ uv python install 3.11 3.12
|
|||
To install an alternative Python implementation, e.g. PyPy:
|
||||
|
||||
```console
|
||||
$ uv python install pypy@3.12
|
||||
$ uv python install pypy@3.10
|
||||
```
|
||||
|
||||
See the [`python install`](../concepts/python-versions.md#installing-a-python-version) documentation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue