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.
1 parent 708f753 commit 5779b18Copy full SHA for 5779b18
docs/contribute.md
@@ -22,7 +22,7 @@ One of the best ways is follow [maturin offical documentation](https://www.matur
22
```bash
23
> python3 -m venv .venv
24
> source .venv/bin/activate
25
-> pip install -U pip maturin
+> pip install -U pip maturin pre-commit pytest pytest-anyio pydantic pgpq
26
```
27
28
Then you need to build `PSQLPy` project.
0 commit comments