Install and Use PIP - Python Tutorial 30

Published: 27 May 2020
on channel: Automation Zone
3,351
33

Automation Zone - PIP INSTALL
pre-requisite is you have python installed ?
Type "pip --version" to check if pip is installed.

if pip is not installed. download pip and run the command
https://bootstrap.pypa.io/get-pip.py
python get-pip.py

in order to upgrade pip
python -m pip install --upgrade pip
python -m pip install pip==18.1

pip install "SomeProject" - latest
pip install "SomeProject==1.4"
pip install --upgrade SomeProject
pip uninstall "SomeProject"

proxy
set HTTP_PROXY=https://username:password@proxy
pip install --proxy=https://username:password@proxy "SomeProject"
set HTTP_PROXY=https://XYZ007:pass%[email protected]


Watch video Install and Use PIP - Python Tutorial 30 online without registration, duration hours minute second in high quality. This video was added by user Automation Zone 27 May 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,351 once and liked it 33 people.