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



Shan

I am a  Technical Architect who dabbles with different languages and technologies

You may also like...