Install python pip
From the pip website:
pip is already installed if you’re using Python 2 >=2.7.9 or Python 3 >=3.4 binaries downloaded from python.org, but you’ll need to upgrade pip.
To install pip, run the following.
curl -Lo get-pip.py https://bootstrap.pypa.io/get-pip.py python get-pip.py