Download and change terminal directory into PYTHON On Mac: export FLASK_APP=webapp flask run On Windows: set FLASK_APP=webapp flask --app webapp.py run Then, head to 127:0:0:1:5000/home in your browser!