- Go to https://www.python.org
- Click on downloads, and select "Python 3.7.0"
3. Go through the installation instructions
- Restart Terminal
$ python3 --version
# Make sure the output should be 3.6.* or 3.7.*
$ pip3 --version
# Make sure the output should be pip 9.0.*