summaryrefslogtreecommitdiff
path: root/docs/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst
index e1cb458..a6d3558 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -37,6 +37,7 @@ Prerequisites
- `lxml <http://lxml.de/>`_
- `jquery <http://jquery.com/>`_ version 1.7.1 or better
- `jquery-ui <http://jqueryui.com/>`_
+ - `Universal Feed Parser <https://code.google.com/p/feedparser/>`_
geodjango is a part of django since version 1.0 but it has some specific
(geographically related) additional dependencies:
@@ -62,7 +63,7 @@ Linux distribution repositories. For instance on Debian Wheezy::
python-gdal python-lxml python-psycopg2 python-imaging gettext \
postgresql-9.1 postgresql-9.1-postgis libjs-jquery libjs-jquery-ui \
python-django-celery python-simplejson python-gdal gpsbabel \
- python-pyexiv2
+ python-pyexiv2 python-feedparser
On Debian Squeeze (you need to activate backports)::
@@ -72,7 +73,7 @@ On Debian Squeeze (you need to activate backports)::
apache2 libgeos-3.2.0 proj-bin gdal-bin python-gdal python-lxml \
python-psycopg2 python-imaging gettext postgresql-8.4 \
postgresql-8.4-postgis libjs-jquery libjs-jquery-ui python-simplejson \
- python-gdal gpsbabel python-pyexiv2
+ python-gdal gpsbabel python-pyexiv2 python-feedparser
If these packages do not exist in your distribution's repository, please refer