filmov
tv
How To Upgrade Python Pip in Windows 10

Показать описание
[How To Upgrade Python PIP in Windows 8/10]
Pip is python package manager. Pip is installed by default when you install Python. In this video I will show you how to upgrade default pip version to the latest version using simple step by step methods.
Step 1: Open cmd by either typing cmd in search bar or Win+R and type cmd.
Step 2: Type the following command in the cmd prompt:
python -m pip install --upgrade pip
To check the current version of pip installed use the following command: pip --version
Pip is python package manager. Pip is installed by default when you install Python. In this video I will show you how to upgrade default pip version to the latest version using simple step by step methods.
Step 1: Open cmd by either typing cmd in search bar or Win+R and type cmd.
Step 2: Type the following command in the cmd prompt:
python -m pip install --upgrade pip
To check the current version of pip installed use the following command: pip --version