mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
docs: installation.md add info about installing with Scoop (#10332)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary Add info about uv being available in Scoop. ## Test Plan `uvx --with-requirements .\docs\requirements.txt mkdocs serve --config-file mkdocs.public.yml` worked.
This commit is contained in:
parent
09de67039b
commit
1b34859d7e
1 changed files with 10 additions and 2 deletions
|
@ -105,14 +105,22 @@ uv is available in the core Homebrew packages.
|
|||
$ brew install uv
|
||||
```
|
||||
|
||||
### Winget
|
||||
### WinGet
|
||||
|
||||
uv is available via [winget](https://winstall.app/apps/astral-sh.uv).
|
||||
uv is available via [WinGet](https://winstall.app/apps/astral-sh.uv).
|
||||
|
||||
```console
|
||||
$ winget install --id=astral-sh.uv -e
|
||||
```
|
||||
|
||||
### Scoop
|
||||
|
||||
uv is available via [Scoop](https://scoop.sh/#/apps?q=uv).
|
||||
|
||||
```console
|
||||
$ scoop install main/uv
|
||||
```
|
||||
|
||||
### Docker
|
||||
|
||||
uv provides a Docker image at
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue