Commands¶
The Makefile contains commands for common tasks related the setup and
development of experiments. These commands can be used by running make
<command> in the root directory of the project.
make command |
Description |
|---|---|
|
Delete all compiled Python files |
|
Set up python interpreter environment |
|
Lint using flake8 |
|
Install Python Dependencies |
|
Test python environment is setup correctly |