- Install Python 3.6.x from https://www.python.org/downloads/ or via homebrew
Check that python3 has been installed by running it at the terminal:
$ python3
>>> Python 3.6.4
- Download
get-pip.py
from https://bootstrap.pypa.io/get-pip.py and install (this should already be installed if python was installed from python.org or homebrew):
$ curl -O https://bootstrap.pypa.io/get-pip.py
$ sudo python3 get-pip.py