summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2013-08-15 04:49:08 -0700
committerSteve Piercy <web@stevepiercy.com>2013-08-16 00:05:01 -0700
commit96645b9b7efb55976d5a87fc3d27982b572e031a (patch)
tree1723612cdaa409002c3705c9ca967fe41c083724 /docs
parentb35dc8716d2281e9ee7856736d19a45000802c81 (diff)
downloadpyramid-96645b9b7efb55976d5a87fc3d27982b572e031a.tar.gz
pyramid-96645b9b7efb55976d5a87fc3d27982b572e031a.tar.bz2
pyramid-96645b9b7efb55976d5a87fc3d27982b572e031a.zip
and fix 79 cols
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/install.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index eaa9642a8..54109e70f 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -344,8 +344,11 @@ Windows Using Python 2
#. Download and install the most recent `Python 2.7.x version
<http://www.python.org/download/>`_ for your system.
-#. Download and install the `Python for Windows extensions (for Python 2.7) <http://sourceforge.net/projects/pywin32/files/pywin32/>`_.
- Carefully read the README.txt file at the end of the list of builds, and follow its directions. Make sure you get the proper bittedness of build and Python 2.7 version.
+#. Download and install the `Python for Windows extensions (for Python 2.7)
+ <http://sourceforge.net/projects/pywin32/files/pywin32/>`_. Carefully read
+ the README.txt file at the end of the list of builds, and follow its
+ directions. Make sure you get the proper bittedness of build and Python 2.7
+ version.
#. Install latest :term:`setuptools` distribution into the Python you
obtained/installed/found in the step above: download `ez_setup.py
@@ -392,8 +395,11 @@ Windows Using Python 3
<http://www.python.org/download/>`_ for your system and which is
supported by Pyramid.
-#. Download and install the `Python for Windows extensions (for Python 3.x) <http://sourceforge.net/projects/pywin32/files/pywin32/>`_.
- Carefully read the README.txt file at the end of the list of builds, and follow its directions. Make sure you get the proper bittedness of build and Python 3.x version.
+#. Download and install the `Python for Windows extensions (for Python 3.x)
+ <http://sourceforge.net/projects/pywin32/files/pywin32/>`_. Carefully read
+ the README.txt file at the end of the list of builds, and follow its
+ directions. Make sure you get the proper bittedness of build and Python 3.x
+ version.
#. Install latest :term:`distribute` distribution into the Python you
obtained/installed/found in the step above: download `distribute_setup.py