Update pip install to also setup tests
This commit is contained in:
@@ -411,6 +411,9 @@ PRs are **greatly welcome**!
|
|||||||
|
|
||||||
Please run below to setup env
|
Please run below to setup env
|
||||||
```bash
|
```bash
|
||||||
pip3 install -r requirements-dev.txt
|
pip3 install -r requirements-dev.txt -r requirements-tests.txt
|
||||||
pre-commit install
|
pre-commit install
|
||||||
|
|
||||||
|
# test
|
||||||
|
pytest tests/
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user