We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e84982 commit ed7511aCopy full SHA for ed7511a
1 file changed
README.md
@@ -9,11 +9,11 @@ You can install package with `pip` or `poetry`.
9
10
poetry:
11
```bash
12
-> poetry add psql-rust-driver
+> poetry add psqlpy
13
```
14
pip:
15
16
-> pip install psql-rust-driver
+> pip install psqlpy
17
18
19
Or you can build it by yourself. To do it, install stable rust and [maturin](https://github.com/PyO3/maturin).
0 commit comments