Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Getting started

Select a different branch

After you cloned the repository, create another branch than master for the workshop

git checkout -b <name of your branch>

Install requirements

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