Skip to content

Commit 752729e

Browse files
committed
📚 Suggest uv as an installation method
I can't quite get Homebrew to work because tree-sitter, of course.
1 parent 6826343 commit 752729e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ The package can be installed using [`pipx`](https://pypa.github.io/pipx/):
2323
$ pipx install dhv
2424
```
2525

26-
### Homebrew
26+
### uv
2727

28-
The package is available via Homebrew. Use the following commands to install:
28+
The package can be install using [`uv`](https://docs.astral.sh/uv/getting-started/installation/):
2929

3030
```sh
31-
$ brew tap davep/homebrew
32-
$ brew install dhv
31+
uv tool install --python 3.13 dhv
3332
```
3433

3534
## Using DHV

0 commit comments

Comments
 (0)