Development Setup python -m venv .env source .env/bin/activate pip install -r requirements.txt Running python main.py Packaging make