Install and Use PIP - Python Tutorial 30

preview_player
Показать описание
# 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

# 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
Рекомендации по теме
Комментарии
Автор

Thanks, great video by any chance can you share the PPT presentation you have of all the topics?

jossuerguillen
Автор

awesome sir the biggest problem i always find while working....

nsnilesh
Автор

thanks lot bro. this help for me proxy part

dumidupramith