Skip to content

How to upgrade pip in Windows

PIP is nothing but a python package installer that is update/install the packages in any operating system.

To update pip just type the below in the command prompt

python -m pip install --upgrade pip

Once you execute the above command you will get something as shown below