expense-bot/run.sh

6 lines
87 B
Bash
Raw Normal View History

2022-04-03 13:00:00 +02:00
#!/bin/bash
source ./venv/bin/activate
2022-04-23 22:07:21 +02:00
pip install -r requirements.txt
2022-04-03 13:00:00 +02:00
python3 app.py