pip – How to Use pip, python Package Installer
Install python packages with pip
You can install Python packages using the pip command. pip is a package management system used to install and manage software packages written in Python. pip is included with Python 2.7.9 and later & Python version 3.4 and later. pip3 is the official package manager and pip command for Python 3