Step 1. Install Flask

Run this command in your Command Prompt: CMD  type 
pip install flask

If you get an error that 'pip' is not recognized, try:
python -m pip install flask

Step 2. Verify installation

Once it finishes, check Flask is installed:
pip show flask

Run your server again

Go back to your folder and start it:
python server.py
