After you cloned the repository, create another branch than master for the workshop
git checkout -b <name of your branch>
pip install -r requirements.txt
Then you can test flask with the hello world app
python helloworld_app.py
Or the more advanced app
python index.py