Skip to content

Commit ed98bb6

Browse files
authored
🔀 Merge pull request #121 from davep/suggest-uv
Mention uv as a method of installation
2 parents 195559a + a22f6ce commit ed98bb6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ The application can be installed using [`pipx`](https://pypa.github.io/pipx/):
2727
pipx install hike
2828
```
2929

30+
### uv
31+
32+
The package can be install using [`uv`](https://docs.astral.sh/uv/getting-started/installation/):
33+
34+
```sh
35+
uv tool install hike
36+
```
37+
3038
### Homebrew
3139

3240
The package is available via Homebrew. Use the following commands to install:

docs/source/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ The application can be installed using [`pipx`](https://pypa.github.io/pipx/):
2222
pipx install hike
2323
```
2424

25+
### uv
26+
27+
The package can be install using [`uv`](https://docs.astral.sh/uv/getting-started/installation/):
28+
29+
```sh
30+
uv tool install hike
31+
```
32+
2533
### Homebrew
2634

2735
The package is available via [Homebrew](https://brew.sh). Use the following

0 commit comments

Comments
 (0)