We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44630bb commit d03633eCopy full SHA for d03633e
docs/starting/install/osx.rst
@@ -10,9 +10,10 @@ Installing Python 2 on Mac OS X
10
.. note::
11
Check out our :ref:`guide for installing Python 3 on OS X<install3-osx>`.
12
13
-**Mac OS X comes with Python 2.7 out of the box.**
+**Mac OS X comes with Python 2.7 out of the box between versions 10.8 and 12.3.**
14
15
-You do not need to install or configure anything else to use Python. Having said
+If your Mac OS X version is between the above versions,
16
+you do not need to install or configure anything else to use Python. Having said
17
that, I would strongly recommend that you install the tools and libraries
18
described in the next section before you start building Python applications for
19
real-world use. In particular, you should always install Setuptools, as it makes
0 commit comments