summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst5
-rw-r--r--docs/upgrade.rst5
2 files changed, 6 insertions, 4 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
diff --git a/docs/upgrade.rst b/docs/upgrade.rst
index 65e3734..b697978 100644
--- a/docs/upgrade.rst
+++ b/docs/upgrade.rst
@@ -44,7 +44,8 @@ Activate the backports: http://backports-master.debian.org/Instructions/
Then install the new dependencies::
apt-get install -t squeeze-backports python-django python-django-south \
- python-simplejson libjs-jquery-ui python-pyexiv2
+ python-simplejson libjs-jquery-ui python-pyexiv2 \
+ python-feedparser
Debian Wheezy
+++++++++++++
@@ -52,7 +53,7 @@ Debian Wheezy
.. code-block:: bash
apt-get install python-django-south python-simplejson libjs-jquery-ui \
- python-pyexiv2
+ python-pyexiv2 python-feedparser
If you are planing to do major import consider the install of `Celery
<http://celeryproject.org/>`_.