April 2018
Beginner to intermediate
440 pages
11h 36m
English
First, install the Flask module itself. Use the pip command pip install flask:
C:\Python36\Scripts>pip install flask
The pip will find Flask and its required dependencies on PyPI and will then run the included setup.py instructions (or the equivalent) to install the modules:
