All you have to do is:
sudo easy_install pip
macOS comes with python installed. But to make sure that you have python installed open the terminal and run the following command.
python --version
If this command returns a version number that means python exists. Which also means that you already have access to easy_install
considering you are using macOS/OSX