Everything about PIP python package manager

preview_player
Показать описание
#pip #python
📢In this video you'll get to know about pip which is used to install, update and uninstall python packages and dependencies. there are many other alternatives for pip, like conda and easy_install.

⏱time stamps to save your time
Intro - (00:00)
what is pip? - (00:28)
pip help - (00:58)
pip search - (01:47)
pip install - (02:38)
pip list - (04:33)
pip uninstall - (05:02)
check for outdated packages - (05:30)
updating packages -(06:19)
pip freeze - (07:04)
pip show & pip check- (09:34)

✳️Installing PIP for WINDOWS
pip comes already installed if you are using python 3.4 or later versions.

✳️Installing PIP for UNIX based OS
In linux and mac use need to manually install pip using the below commands
for UBUNTU and DEBIAN : sudo apt-get install python3-pip
for FEDORA : sudo yum install python3-pip

▶️Command to update all packages :
pip freeze --local | grep -v '^\-e' | cut -d + f 1 | xargs -nl pip install -U

Follow me on :
Рекомендации по теме
Комментарии
Автор

I loved it, you teach me all about pip ❤

MobPLAYZ_G
join shbcf.ru