Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.88 KB

environment_setup_and_example.md

File metadata and controls

57 lines (38 loc) · 1.88 KB

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