pip install -r requirements.txt
pytest # run tests
tox # run test matrix
pyenv install 3.10-dev pypy3.7-7.3.5
pyenv local 3.10-dev pypy3.7-7.3.5
pip install -r requirements.txt
tox -e py310,pypy3
tox -e type
tox -e qa
Install git hook
pip install -r requirements.txt
pre-commit install
For pycharm needs install tox
to global
pip install -r requirements.txt
cd docs
make html