risk-intelligence-reference-app Install dependencies and run the app python3 -m venv .venv . .venv/bin/activate pip install -r requirements.txt cp .env.example .env flask run Run tests pytest