Installing Flask using pip

First, install the Flask module itself. Use the pip command pip install flask:

C:Python36Scripts>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:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset