There was an error while loading. Please reload this page.
1 parent 6826343 commit 752729eCopy full SHA for 752729e
1 file changed
README.md
@@ -23,13 +23,12 @@ The package can be installed using [`pipx`](https://pypa.github.io/pipx/):
23
$ pipx install dhv
24
```
25
26
-### Homebrew
+### uv
27
28
-The package is available via Homebrew. Use the following commands to install:
+The package can be install using [`uv`](https://docs.astral.sh/uv/getting-started/installation/):
29
30
```sh
31
-$ brew tap davep/homebrew
32
-$ brew install dhv
+uv tool install --python 3.13 dhv
33
34
35
## Using DHV
0 commit comments