diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-08-19 16:21:27 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-08-19 16:21:27 +0200 |
commit | c8fcf14626873ad4bbe91788aadb60cfa488beda (patch) | |
tree | 679daba9ee80e429aec05a7f30f64e19d2237616 /docs | |
parent | 647f527cf506b362ff02ddf58da2490768b8bf7a (diff) | |
download | Chimère-c8fcf14626873ad4bbe91788aadb60cfa488beda.tar.bz2 Chimère-c8fcf14626873ad4bbe91788aadb60cfa488beda.zip |
Models: Automaticaly add read attributes for marker properties
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 4 | ||||
-rw-r--r-- | docs/upgrade.rst | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/docs/install.rst b/docs/install.rst index 2f66879..d0f918a 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -32,6 +32,7 @@ Prerequisites - `Beautiful Soup <http://www.crummy.com/software/BeautifulSoup/>`_ - python-simplejson - python-gdal + - `unidecode <http://pypi.python.org/pypi/Unidecode>_ - `lxml <http://lxml.de/>`_ - `jquery <http://jquery.com/>`_ version 1.7.1 or better - `jquery-ui <http://jqueryui.com/>`_ @@ -59,7 +60,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 python-unidecode \ + gpsbabel If these packages do not exist in your distribution's repository, please refer to the applications' websites. diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 9f36eb4..aca3985 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -44,14 +44,15 @@ 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-simplejson libjs-jquery-ui python-unidecode Debian Wheezy +++++++++++++ .. code-block:: bash - apt-get install python-django-south python-simplejson libjs-jquery-ui + apt-get install python-django-south python-simplejson libjs-jquery-ui \ + python-unidecode If you are planing to do major import consider the install of `Celery <http://celeryproject.org/>`_. |