This code has only been run in Ubuntu 20.04.
- Run
make set-py-venv-with-deps. - Run
source .env/bin/activate. - To deactivate the environment run
deactivate.
make check-style
make style
make test
source .env/bin/activate
deactivate
If venv is active:
python src
otherwise
make run