Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ pip install hatch
pipx install hatch
```

## uvx

Similar to [pipx](#pipx), [uvx](https://docs.astral.sh/uv/concepts/tools/) allows for the global installation of Python applications in isolated environments managed by [uv](https://docs.astral.sh/uv/).

```
uv tool install hatch@latest
```

## Homebrew

See the [formula](https://formulae.brew.sh/formula/hatch) for more details.
Expand Down