summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-11-29 11:40:14 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-11-29 11:40:14 +0100
commit784dea9cee5e34808740b28dc7fc9614a60e7b20 (patch)
tree4532453a73b0c7d6efe7454514f46742478265db
parent9938ec566e87fe66cd8e91576fefbfbcadddd9c3 (diff)
downloadChimère-784dea9cee5e34808740b28dc7fc9614a60e7b20.tar.bz2
Chimère-784dea9cee5e34808740b28dc7fc9614a60e7b20.zip
Mention Beautiful Soup dependency in the documentation (ref #283)
-rw-r--r--docs/en/INSTALL.t2t3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/en/INSTALL.t2t b/docs/en/INSTALL.t2t
index a15c2dd..831b406 100644
--- a/docs/en/INSTALL.t2t
+++ b/docs/en/INSTALL.t2t
@@ -15,6 +15,7 @@ Last update: %%date(%m-%d-%Y)
- [gettext http://www.gnu.org/software/gettext/]
- [psycopg2 http://freshmeat.net/projects/psycopg/]
- [Python Imaging Library http://www.pythonware.com/products/pil/]
+- [Beautiful Soup http://www.crummy.com/software/BeautifulSoup/]
geodjango is a part of django version 1.0 but it has some specific (geographically related) additionnal dependencies:
@@ -30,7 +31,7 @@ Optionaly (but recommanded):
- [tinymce http://tinymce.moxiecode.com/]
-The simpliest way to obtain these packages is to get them from your favorite Linux distribution repositories (for instance python, python-django, tinymce, apache2, libapache2-mod-python, libgeos-3.2.0, proj, gdal-bin, python-psycopg2, python-imaging, postgresql-8.4 and postgresql-8.4-postgis packages for Debian Squeeze). If these packages do not exist in your distribution's repository, please refer to the applications' websites.
+The simpliest way to obtain these packages is to get them from your favorite Linux distribution repositories (for instance python, python-django, python-beautifulsoup, tinymce, apache2, libapache2-mod-python, libgeos-3.2.0, proj, gdal-bin, python-psycopg2, python-imaging, postgresql-8.4 and postgresql-8.4-postgis packages for Debian Squeeze). If these packages do not exist in your distribution's repository, please refer to the applications' websites.
+++ Database configuration +++