python_flask / command.sh
bbqdennisEX's picture
-- Renew command, ngrok, startup shell file
d2a417a
raw
history blame
114 Bytes
cd python_flask
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
uvicorn app:app --reload