Skip to content

Commit 79a72d0

Browse files
committed
fix: update installation guide to include uv installation instructions
1 parent 53ceed7 commit 79a72d0

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/installation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,18 @@ Most modern systems should meet this requirement.
2121

2222
---
2323

24-
## Installation via pip
24+
## Installation via uv or pip
2525

2626
To install `secure` from the Python Package Index (PyPI), use the following command:
2727

28+
### Using `uv`
29+
30+
```bash
31+
uv add secure
32+
```
33+
34+
### Using `pip`
35+
2836
```bash
2937
pip install secure
3038
```

0 commit comments

Comments
 (0)