We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ad24e2 + 3b05265 commit 5f1fd65Copy full SHA for 5f1fd65
README.md
@@ -15,24 +15,30 @@ You can find full documentation here - [PSQLPy documentation](https://psqlpy-pyt
15
16
## Installation
17
18
-You can install package with `pip` or `poetry`.
+You can install package with `pip`, `poetry` or `uv`.
19
20
poetry:
21
22
```bash
23
-> poetry add psqlpy
+poetry add psqlpy
24
```
25
26
pip:
27
28
29
-> pip install psqlpy
+pip install psqlpy
30
+```
31
+
32
+uv:
33
34
+```bash
35
+uv add psqlpy
36
37
38
Or you can build it by yourself. To do it, install stable rust and [maturin](https://github.com/PyO3/maturin).
39
40
-> maturin develop --release
41
+maturin develop --release
42
43
44
## Usage
0 commit comments