Python PIP

Publicado em: 05 Março 2020
no canal de: linuxhint
304
9

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


Nesta página do site você pode assistir ao vídeo on-line Python PIP duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário linuxhint 05 Março 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 304 vezes e gostou 9 espectadores. Boa visualização!