mirror of https://github.com/astral-sh/uv
Add winget to installers (#7088)
This commit is contained in:
parent
27e891ff90
commit
d470dfce8e
|
|
@ -103,6 +103,14 @@ uv is available in the core Homebrew packages.
|
|||
$ brew install uv
|
||||
```
|
||||
|
||||
### Winget
|
||||
|
||||
uv is available via [winget](https://winstall.app/apps/astral-sh.uv).
|
||||
|
||||
```console
|
||||
$ winget install --id=astral-sh.uv -e
|
||||
```
|
||||
|
||||
### Docker
|
||||
|
||||
uv provides a Docker image at
|
||||
|
|
|
|||
Loading…
Reference in New Issue