a frist go
make
to use pipenv
make run_with_pipenv
# which in turn used
python3 -m pipenv install flask
or if you need to install flask
python3 -m pip install flask
python3 -m flask run
or according to virtual env and the docs
source venv/bin/activate
flask run