summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-11 23:35:20 -0400
committerChris McDonough <chrism@plope.com>2011-07-11 23:36:18 -0400
commit0388722bcfee9fce6b241264ea4535a8d0d5fd8c (patch)
tree78db90ac80221a7391b15296820d55c2fc3d6c60 /docs
parent64d1fde03ad69d5fcdb15908b1701d6765779e0f (diff)
downloadpyramid-0388722bcfee9fce6b241264ea4535a8d0d5fd8c.tar.gz
pyramid-0388722bcfee9fce6b241264ea4535a8d0d5fd8c.tar.bz2
pyramid-0388722bcfee9fce6b241264ea4535a8d0d5fd8c.zip
we no longer support 24.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/install.rst17
1 files changed, 7 insertions, 10 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index fe8459c6f..c4ea978ec 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -9,17 +9,14 @@ Installing :app:`Pyramid`
Before You Install
------------------
-You will need `Python <http://python.org>`_ version 2.4 or better to
+You will need `Python <http://python.org>`_ version 2.5 or better to
run :app:`Pyramid`.
.. sidebar:: Python Versions
- As of this writing, :app:`Pyramid` has been tested under Python
- 2.4.6, Python 2.5.4 and Python 2.6.2, and Python 2.7. To ensure
- backwards compatibility, development of :app:`Pyramid` is
- currently done primarily under Python 2.4 and Python 2.5.
- :app:`Pyramid` does not run under any version of Python before
- 2.4, and does not yet run under Python 3.X.
+ As of this writing, :app:`Pyramid` has been tested under Python 2.5.5 and
+ Python 2.6.6, and Python 2.7.2. :app:`Pyramid` does not run under any
+ version of Python before 2.5, and does not yet run under Python 3.X.
: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
@@ -143,15 +140,15 @@ setuptools`` within the Python interpreter you'd like to run
.. code-block:: text
[chrism@vitaminf pyramid]$ python
- Python 2.4.5 (#1, Aug 29 2008, 12:27:37)
- [GCC 4.0.1 (Apple Inc. build 5465)] on darwin
+ Python 2.6.5 (r265:79063, Apr 29 2010, 00:31:32)
+ [GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import setuptools
If running ``import setuptools`` does not raise an ``ImportError``, it
means that setuptools is already installed into your Python
interpreter. If ``import setuptools`` fails, you will need to install
-setuptools manually. Note that above we're using a Python 2.4-series
+setuptools manually. Note that above we're using a Python 2.6-series
interpreter on Mac OS X; your output may differ if you're using a
later Python version or a different platform.