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 |
|
Lint using flake8 |
|
Format code using Black |
|
Set up python interpreter environment |
|
Install and Update Python Dependencies + ML-Research |
|
Run test suite and coverage |
|
Upload new package version to pypi |