diff options
Diffstat (limited to 'docs/install.rst')
-rw-r--r-- | docs/install.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index 163c980..e1cb458 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -29,6 +29,7 @@ Prerequisites - `gettext <http://www.gnu.org/software/gettext/>`_ - `psycopg2 <http://freshmeat.net/projects/psycopg/>`_ - `Python Imaging Library <http://www.pythonware.com/products/pil/>`_ + - `pyexiv2 <http://tilloy.net/dev/pyexiv2/>`_ - `Beautiful Soup <http://www.crummy.com/software/BeautifulSoup/>`_ - python-simplejson - python-gdal @@ -60,7 +61,8 @@ Linux distribution repositories. For instance on Debian Wheezy:: python-beautifulsoup tinymce apache2 libgeos-3.3.3 proj-bin gdal-bin \ 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-django-celery python-simplejson python-gdal gpsbabel \ + python-pyexiv2 On Debian Squeeze (you need to activate backports):: @@ -70,7 +72,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-gdal gpsbabel python-pyexiv2 If these packages do not exist in your distribution's repository, please refer |