Decompress the zip file and go into the resulting folder. You should see a bunch of files and folders:
Make a new project in PyCharm. Make sure under “Project Interpreter” you select “New Environment using virtualenv” and a base interpreter of Python 3.7 (or Python 37).
Go to PyCharm’s settings (Pycharm EDU > Preferences on Mac or File > Settings on Windows).
Go to Project: project-3 > Project Interpreter. In the bottom left, click the “Plus” button.
Search for “Flask” and install it.
Close the available packages and settings windows.
Copy all the files from the inside of the project3.zip folder into the project. Your project should look like this after:
Go into app.py and run it. If it works, you’re all set!
Project 3 Installation Guide
Video Instructions
Text Instructions
app.py
and run it. If it works, you’re all set!