We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uv
1 parent 53ceed7 commit 79a72d0Copy full SHA for 79a72d0
1 file changed
docs/installation.md
@@ -21,10 +21,18 @@ Most modern systems should meet this requirement.
21
22
---
23
24
-## Installation via pip
+## Installation via uv or pip
25
26
To install `secure` from the Python Package Index (PyPI), use the following command:
27
28
+### Using `uv`
29
+
30
+```bash
31
+uv add secure
32
+```
33
34
+### Using `pip`
35
36
```bash
37
pip install secure
38
```
0 commit comments