diff options
Diffstat (limited to 'docs/install.rst')
-rw-r--r-- | docs/install.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/install.rst b/docs/install.rst index 248ece9..f26da83 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -26,7 +26,6 @@ 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/>`_ @@ -56,7 +55,7 @@ Linux distribution repositories. For instance on Debian Wheezy:: python-pyexiv2 python-beautifulsoup python-simplejson python-gdal \ javascript-common python-lxml libjs-jquery libjs-jquery-ui \ python-feedparser libgeos-3.3.3 proj-bin postgresql-9.1-postgis \ - gdal-bin tinymce gpsbabel python-django-celery \ + gdal-bin tinymce gpsbabel python-django-celery On Debian Squeeze (you need to activate backports):: @@ -68,8 +67,9 @@ On Debian Squeeze (you need to activate backports):: python-pyexiv2 python-beautifulsoup python-simplejson python-gdal \ javascript-common python-lxml libjs-jquery libjs-jquery-ui \ python-feedparser libgeos-3.2.0 proj-bin postgresql-8.4-postgis \ - gdal-bin tinymce gpsbabel \ + gdal-bin tinymce gpsbabel +The package *python-django-celery* doesn't exist for Debian Squeeze. If these packages do not exist in your distribution's repository, please refer to the applications' websites. @@ -209,7 +209,7 @@ need to get it compiled. This can be done with the following command (here, **fr** stands for French, replace it with the appropriate language code):: cd $INSTALL_PATH/chimere/chimere/ - django-admin compilemessages + django-admin compilemessages -l fr If your language is not available, feel free to create the default po file and to submit it, contributions are well appreciated. Procedure is as follows: |