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:
Olav Rønnestad Birkeland 2025-01-06 20:18:01 +01:00 committed by GitHub
parent 09de67039b
commit 1b34859d7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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