Developer Instructions Setup virtual environment. python -m venv .venv source .venv/bin/activate Install requirements. make init Other make commands make format make lint make test make build make all # runs format, lint, test, and build