expense-bot/run.sh

6 lines
87 B
Bash
Executable File

#!/bin/bash
source ./venv/bin/activate
pip install -r requirements.txt
python3 app.py