data-dictionary Set up virtualenv virtualenv venv source venv/bin/activate Install dependencies pip3 install -r requirements.txt To run the Flask app: python3 run.py