This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Makefile for python code | |
| # | |
| # > make help | |
| # | |
| # The following commands can be used. | |
| # | |
| # init: sets up environment and installs requirements | |
| # install: Installs development requirments | |
| # format: Formats the code with autopep8 | |
| # lint: Runs flake8 on src, exit if critical rules are broken |