File size: 104 Bytes
bce56aa
 
 
 
 
1
2
3
4
5
cd python_flask
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
python3 app.py