Predictor: An example project Development Make sure you are running in a virtual environment (e.g., python3 -m venv .env) Activate it (e.g. source .env/bin/activate) (.env) $ make install-dev Run the tests (.env) $ make test For more help: (.env) $ make help