Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

python 101 - challenge

System Requirements

  • Vagrant
  • VirtualBox

Verification

vagrant up
vagrant destroy

Challenge

When bootstrapping the vm:

  • install python3
  • install pip
  • install python Flask
  • run "Hello World" Flask app