Python 3.9: Installing Modules with pip

Veröffentlicht am: 19 März 2021
auf dem Kanal: BitCode
4,379
32

Welcome to another Python 3.9 tutorial video, this video is about installing modules with pip.
As I also mentioned in the previous tutorial we use pip to install third party modules. Pip comes by default with python version 3.4 and above, so if you are following the tutorial don't worry about that.

pip -V : Check pip version
pip install module_name : installs module
pip uninstall module_name : uninstalls module
pip list : Lists all installed modules

Keyboard I Use: https://amzn.to/2NgjPFV

To install pip on windows run the below commands in cmd:
1. curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
2. python get-pip.py
3. pip -V

Playlist:   • Installing Python 3.9  


Auf dieser Seite können Sie das Online-Video Python 3.9: Installing Modules with pip mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer BitCode 19 März 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 4,379 Mal angesehen und es wurde von 32 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!