summaryrefslogtreecommitdiff
path: root/docs/upgrade.rst
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-06 01:10:28 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-06 01:10:28 +0200
commit3d8d2da5141336829cf1cfe0579cdcdcf8b63e03 (patch)
tree543c35f54a351b4342aef65fcb4998c17f2cc0a4 /docs/upgrade.rst
parent0bec9d3b303212d9a6c66117e759999cd7443146 (diff)
downloadChimère-3d8d2da5141336829cf1cfe0579cdcdcf8b63e03.tar.bz2
Chimère-3d8d2da5141336829cf1cfe0579cdcdcf8b63e03.zip
Import: add GeoRSS import
Diffstat (limited to 'docs/upgrade.rst')
-rw-r--r--docs/upgrade.rst5
1 files changed, 3 insertions, 2 deletions
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/>`_.