Skip to content

Commit 5779b18

Browse files
author
Daniil Babin
committed
Added package names for installing to running tests
1 parent 708f753 commit 5779b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ One of the best ways is follow [maturin offical documentation](https://www.matur
2222
```bash
2323
> python3 -m venv .venv
2424
> source .venv/bin/activate
25-
> pip install -U pip maturin
25+
> pip install -U pip maturin pre-commit pytest pytest-anyio pydantic pgpq
2626
```
2727

2828
Then you need to build `PSQLPy` project.

0 commit comments

Comments
 (0)