- Install asdf
- Install the asdf Python plugin
asdf plugin add python https://github.com/danhper/asdf-python.git # Visit that repository to see installation prerequisites
- Run
asdf install
to install the version of Python specified in the .tool-versions file - Run
pip install -r requirements.txt
to install the Python dependencies
python -m pytest
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics