python_flask / command.sh
bbqdennisEX's picture
-- Added command, ngrok, setup, startup, gitignore
bce56aa
raw
history blame
104 Bytes
cd python_flask
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
python3 app.py