Updating Python pip

Python pip is a module that installs, removes, and updates other modules. It is essential that pip is updated, as this enables us to install other modules. To do that, open a command line on your computer and type in the following command:

cd C:PythonPython36Scripts (or the folder where Python is installed)
python -m pip install --upgrade pip

We are going to see a screen like the following, confirming that pip was updated:

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

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