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
In questa pagina del sito puoi guardare il video online Python PIP della durata di ore minuti seconda in buona qualità , che l'utente ha caricato linuxhint 05 marzo 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 304 volte e gli è piaciuto 9 spettatori. Buona visione!