Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 420 Bytes

Mac.md

File metadata and controls

20 lines (13 loc) · 420 Bytes

Mac Python Installation Guide

  1. Go to https://www.python.org
  2. Click on downloads, and select "Python 3.7.0"

www.python.org 3. Go through the installation instructions

Python mac installation

  1. 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.*