Python PIP
In this video, we have explained to you about python pip. Pip is a package manager for Python packages, it allows you to install and manage additional packages that are not part of the Python standard library. We have installed pip for python 2 and python 3. Moreover, we have installed 2 packages by using pip to demonstrate that how we can use pip to install external packages.
Commands that are used in this video:
For python3
python3 –version
sudo apt-get update
sudo apt-get install python3-pip
pip3 install -U pip
For python 2
sudo apt-get install python
sudo apt-get install python-pip
For installing external packages (opencv and matplotlib)
pip3 install opencv-python
pip3 install matplotlib
Видео Python PIP канала linuxhint
Commands that are used in this video:
For python3
python3 –version
sudo apt-get update
sudo apt-get install python3-pip
pip3 install -U pip
For python 2
sudo apt-get install python
sudo apt-get install python-pip
For installing external packages (opencv and matplotlib)
pip3 install opencv-python
pip3 install matplotlib
Видео Python PIP канала linuxhint
Комментарии отсутствуют
Информация о видео
5 марта 2020 г. 18:26:10
00:07:20
Другие видео канала