PIP is part of Extra Packages for Enterprise Linux (EPEL), so we first need to install EPEL:
yum install epel-release
Confirm the install and hit enter to complete the install process.
then we can install python-pip:
yum -y install python-pip
to verify the installation:
pip --help
NOTE: Make sure Python is installed prior to installing PIP.