.. _commands: Commands ======== The Makefile contains commands for common tasks related the setup and development of experiments. These commands can be used by running ``make `` in the root directory of the project. ====================================== ========================================================= `make` command Description ====================================== ========================================================= ``clean`` Delete all compiled Python files ``environment`` Set up python interpreter environment ``lint`` Lint using flake8 ``requirements`` Install Python Dependencies ``test_environment`` Test python environment is setup correctly ====================================== =========================================================