I followed online instructions on how to install pip on macOS (for example this, this, and this).
pip
I all seems to simple, but it\'s not working for me.
easy_install has been deprecated. Use below commands instead.
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
Source