Linux Shell Tips published a tutorial about installing Python PIP in Linux.
How to Install Python PIP in Linux
PIP is simply a Python Package Installer, which is used to retrieve and install Python-related packages from indexes such as the Python Package Index.
How to Install Python PIP in Linux