This commit is contained in:
Kenneth Reitz
2016-12-07 11:32:47 -08:00
parent c939324188
commit 63841bdc50
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ Installing Python on Mac OS X
.. note::
Check out our :ref:`guide for installing Python 3 on OS X<install3-osx>`.
The latest version of Mac OS X, El Capitan, **comes with Python 2.7 out of the box**.
The latest version of Mac OS X, Sierra, **comes with Python 2.7 out of the box**.
You do not need to install or configure anything else to use Python. Having said
that, I would strongly recommend that you install the tools and libraries
@@ -75,7 +75,7 @@ or Python 3:
$ brew install python3
This will take a minute or two.
This will take a minute or two.
Setuptools and Pip
+1 -1
View File
@@ -3,7 +3,7 @@
Installing Python 3 on Mac OS X
================================
The latest version of Mac OS X, El Capitan, **comes with Python 2.7 out of the box**.
The latest version of Mac OS X, Sierra, **comes with Python 2.7 out of the box**.
You do not need to install or configure anything else to use Python 2. These
instructions document the installation of Python 3.