How to Upgrade pip

In this tutorial, you will learn how to upgrade pip.

Windows

Make sure that Python was added to your Windows path. If so, you can upgrade pip by executing the following command in your Command Prompt:

python -m pip install --upgrade pip

Linux/MacOS

Upgrade pip by running the following command in your terminal:

pip install --upgrade pip

Get the version number of pip

To check the installed version, run:

pip --version