How to Install Python Packages [TUTORIAL]
a video by CreepyD
In this tutorial video, I'll be showing you how to install Python Packages, but I'll be going in depth on some more ways that you could install Python Packages. We'll be installing Python Packages with pip.
Installing pip on Mac - • Installing Python Pip on Mac OSX (credit to Automating OSINT)
____________
There are a lot of pip commands and ways to install Python Packages, but in this tutorial, we'll be using the following commands:
Basic Usage:
pip install SomePackage
Installing specific Package version
python -m pip install SomePackage==version (for example: 1.6.8)
Upgrading Packages
python -m pip install --upgrade SomePackage
Specific Python versions (multiple versions of Python)
Windows: py - 3.6 pip install SomePackage (Installs for Python 3.6)
MAC: python3.6 -m pip install SomePackage (Installs for Python 3.6)
̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅
____________
OTHER MEDIA:
Instagram - / denis__woolley
Twitter - / denis_woolley
Discord - / discord
̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅
Watch video How to Install Python Packages [TUTORIAL] online without registration, duration hours minute second in high quality. This video was added by user CreepyD 13 June 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 826 once and liked it 24 people.