diff options
Diffstat (limited to 'docs/fr/install.rst')
-rw-r--r-- | docs/fr/install.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/fr/install.rst b/docs/fr/install.rst index 404cf4c..9c72af0 100644 --- a/docs/fr/install.rst +++ b/docs/fr/install.rst @@ -26,7 +26,6 @@ Pré-requis - `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 @@ pour 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 Pour Debian Squeeze (il est nécessaire d'activer les backports):: @@ -67,7 +66,9 @@ Pour Debian Squeeze (il est nécessaire d'activer les 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 + +Le paquet *python-django-celery* n'existe pas pour Debian Squeeze. Si ces paquets n'ont pas d'équivalents sur les dépôts de votre distribution Linux, référez vous aux sites web de ces applications. @@ -213,7 +214,7 @@ Pour faire cela, il faut lancer la commande suivante (ici, **fr** est pour le français, remplacez cela avec le code de langage approprié) :: cd $INSTALL_PATH/chimere/chimere/ - django-admin compilemessages + django-admin compilemessages -l fr Si votre langage n'est pas disponible, n'hésitez pas à créer le fichier **po** par défaut et à le proposer (les contributions sont bienvenues). |