summaryrefslogtreecommitdiff
path: root/docs/narr/install.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-20 06:10:38 -0400
committerChris McDonough <chrism@plope.com>2011-07-20 06:10:38 -0400
commit6ce1e0cf1a141767ee0aca70786c15dd993347c5 (patch)
treeed279497d354709b63d0fdc2c1e71cb88c424df7 /docs/narr/install.rst
parent9dfd3436711d6ef5f4a759f43acca859a9391c26 (diff)
downloadpyramid-6ce1e0cf1a141767ee0aca70786c15dd993347c5.tar.gz
pyramid-6ce1e0cf1a141767ee0aca70786c15dd993347c5.tar.bz2
pyramid-6ce1e0cf1a141767ee0aca70786c15dd993347c5.zip
add more index markers
Diffstat (limited to 'docs/narr/install.rst')
-rw-r--r--docs/narr/install.rst15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst
index 5b9e22182..71988469a 100644
--- a/docs/narr/install.rst
+++ b/docs/narr/install.rst
@@ -34,6 +34,9 @@ you can either install Python using your operating system's package
manager *or* you can install Python from source fairly easily on any
UNIX system that has development tools.
+.. index::
+ pair: install; Python (from package, UNIX)
+
Package Manager Method
++++++++++++++++++++++
@@ -52,6 +55,9 @@ command:
Once these steps are performed, the Python interpreter will usually be
invokable via ``python2.6`` from a shell prompt.
+.. index::
+ pair: install; Python (from source, UNIX)
+
Source Compile Method
+++++++++++++++++++++
@@ -95,6 +101,9 @@ Once these steps are performed, the Python interpreter will be
invokable via ``$HOME/opt/Python-2.6.4/bin/python`` from a shell
prompt.
+.. index::
+ pair: install; Python (from package, Windows)
+
If You Don't Yet Have A Python Interpreter (Windows)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -180,7 +189,7 @@ the script. To remediate this, you may need to do:
$ sudo python ez_setup.py
.. index::
- single: virtualenv
+ pair: install; virtualenv
Installing the ``virtualenv`` Package
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -204,6 +213,7 @@ to install it as your system's administrative user. For example:
.. index::
single: virtualenv
+ pair: Python; virtual environment
Creating the Virtual Python Environment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -312,6 +322,9 @@ Installing :app:`Pyramid` on Google App Engine
:ref:`appengine_tutorial` documents the steps required to install a
:app:`Pyramid` application on Google App Engine.
+.. index::
+ single: installing on Jython
+
Installing :app:`Pyramid` on Jython
--------------------------------------