summaryrefslogtreecommitdiff
path: root/docs/narr/install.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-14 17:35:18 -0400
committerChris McDonough <chrism@plope.com>2011-07-14 17:35:18 -0400
commite9a747eeccd81ba2303372e661a92491fa8594c9 (patch)
treefba62bd3f394a7bc38bcbfe1fdf01ed6789f33ce /docs/narr/install.rst
parent5b5cd6fa80421b594fa14a75f3daf6a5703f1898 (diff)
parent11027dc3d17dc687a51551dddb37da929ca2c0ba (diff)
downloadpyramid-e9a747eeccd81ba2303372e661a92491fa8594c9.tar.gz
pyramid-e9a747eeccd81ba2303372e661a92491fa8594c9.tar.bz2
pyramid-e9a747eeccd81ba2303372e661a92491fa8594c9.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/narr/install.rst')
-rw-r--r--docs/narr/install.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index 837db5a94..5b9e22182 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -14,7 +14,7 @@ run :app:`Pyramid`.
.. sidebar:: Python Versions
- As of this writing, :app:`Pyramid` has been tested under Python 2.5.5 and
+ As of this writing, :app:`Pyramid` has been tested under Python 2.5.5,
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.
@@ -73,9 +73,9 @@ manager. For example, this works to do so on an Ubuntu Linux system:
On Mac OS X, installing `XCode
<http://developer.apple.com/tools/xcode/>`_ has much the same effect.
-Once you've got development tools installed on your system, On the
-same system, to install a Python 2.6 interpreter from *source*, use
-the following commands:
+Once you've got development tools installed on your system, you can
+install a Python 2.6 interpreter from *source*, on the same system,
+using the following commands:
.. code-block:: text