mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add instructions for installing from Cargo (#6979)
This commit is contained in:
parent
2a425152b9
commit
1fd27d768e
1 changed files with 9 additions and 0 deletions
|
@ -77,6 +77,15 @@ $ pip install uv
|
|||
[contributing setup guide](https://github.com/astral-sh/uv/blob/main/CONTRIBUTING.md#setup)
|
||||
for details on building uv from source.
|
||||
|
||||
### Cargo
|
||||
|
||||
uv is available via Cargo, but must be built from Git rather than [crates.io](https://crates.io) due
|
||||
to its dependency on unpublished crates.
|
||||
|
||||
```console
|
||||
$ cargo install --git https://github.com/astral-sh/uv uv
|
||||
```
|
||||
|
||||
### Homebrew
|
||||
|
||||
uv is available in the core Homebrew packages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue