mirror of https://github.com/astral-sh/uv
Update the cargo install recommendation to use crates (#16800)
This commit is contained in:
parent
6e48fb130d
commit
d3a9455998
|
|
@ -137,11 +137,10 @@ the standalone installer via `github.com` instead of `astral.sh`.
|
||||||
|
|
||||||
### Cargo
|
### Cargo
|
||||||
|
|
||||||
uv is available via Cargo, but must be built from Git rather than [crates.io](https://crates.io) due
|
uv is available via [crates.io](https://crates.io).
|
||||||
to its dependency on unpublished crates.
|
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ cargo install --git https://github.com/astral-sh/uv uv
|
$ cargo install --locked uv
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue