- Install Python 3.5.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.5.1
- Download
get-pip.py
from https://bootstrap.pypa.io/get-pip.py - To install, run:
$ sudo python3 get-pip.py