diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-08-22 13:28:53 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-08-22 13:28:53 +0200 |
commit | d5feb2550a0d9149958720ce6bb262ebe2d96d96 (patch) | |
tree | f5ebc5984ee72f88a399dfafc16121bac966142b /docs | |
parent | 433597411084d3c60a9cceeb58798e65a76aab36 (diff) | |
download | Chimère-2.0-RC4.tar.bz2 Chimère-2.0-RC4.zip |
Replace unidecode by the django slugify filterv2.0-RC4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index d0f918a..8c4a517 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -60,8 +60,18 @@ 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 python-unidecode \ - gpsbabel + python-django-celery python-simplejson python-gdal gpsbabel + +On Debian Squeeze (you need to activate backports):: + + apt-get install -t squeeze-backports python-django + + apt-get install python python-django-south python-beautifulsoup tinymce \ + 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 + If these packages do not exist in your distribution's repository, please refer to the applications' websites. |