summaryrefslogtreecommitdiff
path: root/docs/narr/install.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-04-14 16:47:50 -0400
committerMichael Merickel <michael@merickel.org>2014-04-14 16:47:50 -0400
commitc7f8f43d1df7620928581cb8fbbfb7974f2c52d6 (patch)
treed4727da04aff336ab7ac52aab7cc97ac08de207b /docs/narr/install.rst
parenta51a5627b0dda868f467588c464215d6f74a0958 (diff)
parentabab3574569d39eeea5459eaad102eb6c7b2d7ef (diff)
downloadpyramid-c7f8f43d1df7620928581cb8fbbfb7974f2c52d6.tar.gz
pyramid-c7f8f43d1df7620928581cb8fbbfb7974f2c52d6.tar.bz2
pyramid-c7f8f43d1df7620928581cb8fbbfb7974f2c52d6.zip
Merge pull request #1291 from nnja/master
Update python installation instructions for Mac OSX
Diffstat (limited to 'docs/narr/install.rst')
-rw-r--r--docs/narr/install.rst24
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index a6ae7df60..a825b61b9 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -32,20 +32,22 @@ dependency will fall back to using pure Python instead.
For Mac OS X Users
~~~~~~~~~~~~~~~~~~
-From `Python.org <http://python.org/download/mac/>`_:
+Python comes pre-installed on Mac OS X, but due to Apple's release cycle,
+it is often out of date. Unless you have a need for a specific earlier version,
+it is recommended to install the latest 2.x or 3.x version of Python.
- Python comes pre-installed on Mac OS X, but due to Apple's release cycle,
- it's often one or even two years old. The overwhelming recommendation of
- the "MacPython" community is to upgrade your Python by downloading and
- installing a newer version from `the Python standard release page
- <http://python.org/download/releases/>`_.
+You can install the latest verion of Python for Mac OS X from the binaries on
+`python.org <https://www.python.org/download/mac/>`_.
-It is recommended to download one of the *installer* versions, unless you
-prefer to install your Python through a packgage manager (e.g., macports or
-homebrew) or to build your Python from source.
+Alternatively, you can use the `homebrew <http://brew.sh/>`_ package manager.
-Unless you have a need for a specific earlier version, it is recommended to
-install the latest 2.x or 3.x version of Python.
+.. code-block:: text
+
+ # for python 2.7
+ $ brew install python
+
+ # for python 3.4
+ $ brew install python3
If you use an installer for your Python, then you can skip to the section
:ref:`installing_unix`.