Using pip
We'll cover the following...
The pip program actually comes with Python 3.4. If you have an older version of Python, then you will need to install pip manually. Installing pip is a little bit different than what we have previously discussed. You still go to PyPI, but instead of downloading the package and running ...