#!/bin/bash # Install dependencies pip install -r mysite/requirements.txt # Run the app python mysite/app.py