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: