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