Skip to content

Commit d1de12f

Browse files
committed
docs: add uv installation
1 parent 5f84a6f commit d1de12f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,21 @@ High-performance CPython HTTP client focused on browser impersonation, anti-bot
1616
- [Antibot benchmark](docs/antibot-benchmark.md) for testing impersonation against detection systems
1717

1818
### Install
19+
20+
**pip:**
1921
```bash
2022
pip install gakido
2123
pip install gakido[h3] # with HTTP/3 support
2224
pip install gakido[dev] # development dependencies
2325
```
2426

27+
**uv:**
28+
```bash
29+
uv add gakido
30+
uv add gakido[h3] # with HTTP/3 support
31+
uv add gakido[dev] # development dependencies
32+
```
33+
2534
### Quick start (sync)
2635
```python
2736
from gakido import Client

0 commit comments

Comments
 (0)