diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-25 16:28:49 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-25 16:28:49 +0000 |
| commit | 3c9e9dbdce3c7407e69d718c2fb75f12865fe092 (patch) | |
| tree | 9fc9f20330eb149f774c954e3675f0fe135a0d27 /docs/narr | |
| parent | f6dd1a0b498be0de3e33b4a9663a601e4925d210 (diff) | |
| download | pyramid-3c9e9dbdce3c7407e69d718c2fb75f12865fe092.tar.gz pyramid-3c9e9dbdce3c7407e69d718c2fb75f12865fe092.tar.bz2 pyramid-3c9e9dbdce3c7407e69d718c2fb75f12865fe092.zip | |
Install docs.
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/install.rst | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index bec8217f8..59f44ff84 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -10,8 +10,18 @@ primarily under Python 2.4, so that version is recommended. :mod:`repoze.bfg` does *not* run under any version of Python before 2.4, and does *not* run under Python 3.X. -You may install :mod:`repoze.bfg` into your Python environment using -the following command:: +.. note:: To succesfully install :mod:``repoze.bfg``, you will need an + environment capable of compiling C code. See the documentation + about installing, e.g. ``gcc`` for your system. Additionally, the + Python development libraries for your Python version will need to + be installed and the ``lixbml2`` and ``libxslt`` development + libraries will need to be installed. These requirements are often + satisfied by installing the ``python-devel``, ``libxml2-devel`` and + ``libxslt-devel`` packages into your system. + +After you've got the requisite dependencies installed, you may install +:mod:`repoze.bfg` into your Python environment using the following +command:: $ easy_install -i http://dist.repoze.org/lemonade/dev/simple repoze.bfg |
