mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
docs(readme): add instructions for installing on Arch Linux (#1765)
## Summary I packaged `uv` in the official repositories: https://archlinux.org/packages/extra/x86_64/uv/ This PR simply updates README.md to add the instructions to install the package. ## Test Plan None.
This commit is contained in:
parent
8bcb998af1
commit
25f0157f0a
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ pipx install uv
|
|||
|
||||
# With Homebrew.
|
||||
brew install uv
|
||||
|
||||
# With Pacman.
|
||||
pacman -S uv
|
||||
```
|
||||
|
||||
To create a virtual environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue