You need to setup a new python virtualenv and install dependencies into it. Use python3
python3 -m venv myenv
. myenv/bin/activate
pip install -r requirements.txtThen you can run the web application
FLASK_APP=app.py
python -m flask run| Name | Name | Last commit date | ||
|---|---|---|---|---|