mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Fix CONTRIBUTING.md
instructions to install multiple Python versions (#5015)
## Summary I noticed the command to install multiple Python versions was wrong as it was failing cause `toolchain` is not a known command. I looked in the `ci.yml` workflow to see which command is used there and updated the instructions accordingly. ## Test Plan I just ran the command locally. :)
This commit is contained in:
parent
a1f71a36e7
commit
2a50bc94ca
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ If tests fail due to a mismatch in the JSON Schema, run: `cargo dev generate-jso
|
|||
Testing uv requires multiple specific Python versions; they can be installed with:
|
||||
|
||||
```shell
|
||||
cargo run toolchain install
|
||||
cargo run python install
|
||||
```
|
||||
|
||||
The storage directory can be configured with `UV_PYTHON_INSTALL_DIR`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue