Update pip install to also setup tests

This commit is contained in:
NanoCode012
2023-05-29 21:49:39 +09:00
parent c17dae6d07
commit b1cc54b14a

View File

@@ -411,6 +411,9 @@ PRs are **greatly welcome**!
Please run below to setup env
```bash
pip3 install -r requirements-dev.txt
pip3 install -r requirements-dev.txt -r requirements-tests.txt
pre-commit install
# test
pytest tests/
```