summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2013-03-20 14:36:06 -0700
committerSteve Piercy <web@stevepiercy.com>2013-03-20 14:36:06 -0700
commit7c47008ad76199dd5a638bc8c3a912664bd9c7d6 (patch)
tree903ea8a5de22546f9aba4d5f04f97932abf46514 /docs
parent07c189da9a9fa4a1a4231dbfff34ed77d09f73d1 (diff)
downloadpyramid-7c47008ad76199dd5a638bc8c3a912664bd9c7d6.tar.gz
pyramid-7c47008ad76199dd5a638bc8c3a912664bd9c7d6.tar.bz2
pyramid-7c47008ad76199dd5a638bc8c3a912664bd9c7d6.zip
Add special section for Mac OS X users.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/install.rst23
1 files changed, 21 insertions, 2 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index 9bc62dc62..0a03d9170 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -19,13 +19,32 @@ run :app:`Pyramid`.
run under any version of Python before 2.6.
:app:`Pyramid` is known to run on all popular UNIX-like systems such as
-Linux, MacOS X, and FreeBSD as well as on Windows platforms. It is also
-known to run on :term:`PyPy` (1.9+).
+Linux, Mac OS X, and FreeBSD as well as on Windows platforms. It is
+also known to run on :term:`PyPy` (1.9+).
:app:`Pyramid` installation does not require the compilation of any
C code, so you need only a Python interpreter that meets the
requirements mentioned.
+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'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/>`_.
+
+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.
+
+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.
+
+If you use an installer for your Python, then you can skip to the
+section :ref:`installing_unix`.
+
If You Don't Yet Have A Python Interpreter (UNIX)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~