diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-27 22:47:08 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-27 22:47:08 +0000 |
| commit | 8c56ae41b6f0221d72f1a255ce1a3ac467b98d79 (patch) | |
| tree | d310d7be53ae0f4760e09b437975dcebce52d02b /docs/narr/install.rst | |
| parent | d7b12a30237d51d761cab0b08c5da1163ea534ee (diff) | |
| download | pyramid-8c56ae41b6f0221d72f1a255ce1a3ac467b98d79.tar.gz pyramid-8c56ae41b6f0221d72f1a255ce1a3ac467b98d79.tar.bz2 pyramid-8c56ae41b6f0221d72f1a255ce1a3ac467b98d79.zip | |
- Added manual index entries to generated index.
Diffstat (limited to 'docs/narr/install.rst')
| -rw-r--r-- | docs/narr/install.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 4fa0ef1d8..667b08a7b 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -3,6 +3,9 @@ Installing :mod:`repoze.bfg` ============================ +.. index:: + pair: install; preparation + Before You Install ------------------ @@ -112,6 +115,9 @@ executable and accept the defaults during the installation process. You may also need to download and install the `Python for Windows extensions <http://sourceforge.net/projects/pywin32/files/>`_. +.. index:: + pair: installing; UNIX + Installing :mod:`repoze.bfg` on a UNIX System --------------------------------------------- @@ -165,6 +171,9 @@ the script. To remediate this, you may need to do: $ sudo python ez_setup.py +.. index:: + pair: installing; virtualenv + Installing the ``virtualenv`` Package ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -185,6 +194,9 @@ to install it as your system's administrative user. For example: $ sudo easy_install virtualenv +.. index:: + pair: creating; virtualenv + Creating the Virtual Python Environment ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -228,6 +240,9 @@ virtualenv (``bfgenv``) directory: This command will take longer than the previous ones to complete, as it downloads and installs a number of dependencies. +.. index:: + pair: installing; Windows + Installing :mod:`repoze.bfg` on a Windows System ------------------------------------------------- @@ -277,6 +292,9 @@ Installing :mod:`repoze.bfg` on a Windows System c:\bfgenv> Scripts\easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg +.. index:: + pair: installing; Google App Engine + Installing :mod:`repoze.bfg` on Google App Engine ------------------------------------------------- |
