Python PIP

Veröffentlicht am: 05 März 2020
auf dem Kanal: 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


Auf dieser Seite können Sie das Online-Video Python PIP mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer linuxhint 05 März 2020 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 304 Mal angesehen und es wurde von 9 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!