diff options
Diffstat (limited to 'docs/upgrade.rst')
-rw-r--r-- | docs/upgrade.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/upgrade.rst b/docs/upgrade.rst index aca3985..65e3734 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -44,7 +44,7 @@ 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-unidecode + python-simplejson libjs-jquery-ui python-pyexiv2 Debian Wheezy +++++++++++++ @@ -52,7 +52,7 @@ Debian Wheezy .. code-block:: bash apt-get install python-django-south python-simplejson libjs-jquery-ui \ - python-unidecode + python-pyexiv2 If you are planing to do major import consider the install of `Celery <http://celeryproject.org/>`_. |