4.1 Install and setup environment

  • Install flake8:
python<version> -m pip install flake8
  • Install pytest:
python<version> -m pip install -u pytest
  • Install mypy:
python<version> -m pip install mypy