#!/bin/bash python -m venv .venv source .venv/bin/activate source .env pip install -U pip pip install -r requirements.txt python app.py