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
pre-commit install
For pycharm needs install tox
to global