summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-08-31 20:16:35 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-08-31 20:16:35 +0200
commitd768ed653a435c2ddd8fc0c1bfec72a0ec5e5a48 (patch)
treed9291b1c3bb8c1a81611c23a3af3369033e2bc16 /docs
parent299daf2a7f6f7e5609c82a6c69d9b12298f1d27e (diff)
downloadChimère-d768ed653a435c2ddd8fc0c1bfec72a0ec5e5a48.tar.bz2
Chimère-d768ed653a435c2ddd8fc0c1bfec72a0ec5e5a48.zip
Re-oriente picture according to exif information
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst6
-rw-r--r--docs/upgrade.rst4
2 files changed, 6 insertions, 4 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
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/>`_.