Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Commit 5ec2634

Browse files
committed
docs: add uv as recommended installation method
1 parent 69ca7b2 commit 5ec2634

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,16 @@
3838

3939
## Installation
4040

41+
Using [uv](https://docs.astral.sh/uv/) (recommended):
42+
43+
```bash
44+
uv tool install uptimerobot-cli
45+
utr --help
4146
```
47+
48+
Using pip:
49+
50+
```bash
4251
pip install uptimerobot-cli
4352
utr --help
4453
```

0 commit comments

Comments
 (0)