diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-12-21 20:49:45 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-12-21 20:49:45 +0000 |
| commit | b65d8eacda1da9105b027e8e02e95be13854061a (patch) | |
| tree | 782bce7935f9bab4821baa49d59f42a43bd1a062 /docs/narr/install.rst | |
| parent | 931387988788d33bfc9d6052d61611c9657e9905 (diff) | |
| download | pyramid-b65d8eacda1da9105b027e8e02e95be13854061a.tar.gz pyramid-b65d8eacda1da9105b027e8e02e95be13854061a.tar.bz2 pyramid-b65d8eacda1da9105b027e8e02e95be13854061a.zip | |
- Updated paster template "ez_setup.py" to one that requires
setuptools 0.6c9.
- Turn ``view_execution_permitted`` from the :mod:`repoze.bfg.view`
module into a documented API.
- Doc cleanups.
Diffstat (limited to 'docs/narr/install.rst')
| -rw-r--r-- | docs/narr/install.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 57ce8a700..2eb391ce3 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -8,9 +8,10 @@ How To Install You will need `Python <http://python.org>`_ version 2.4 or better to run :mod:`repoze.bfg`. It has been tested under Python 2.4.5, Python -2.5.2 and Python 2.6. Development of :mod:`repoze.bfg` is done -primarily under Python 2.4. :mod:`repoze.bfg` does *not* run under -any version of Python before 2.4, and does *not* run under Python 3.X. +2.5.2 and Python 2.6. Development of :mod:`repoze.bfg` is currently +done primarily under Python 2.4. :mod:`repoze.bfg` does *not* run +under any version of Python before 2.4, and does *not* run under +Python 3.X. .. warning:: To succesfully install :mod:`repoze.bfg`, you will need an environment capable of compiling C code. See the documentation |
