diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/INSTALL.t2t | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/src/INSTALL.t2t b/docs/src/INSTALL.t2t index c485f0d96..f411d5e99 100644 --- a/docs/src/INSTALL.t2t +++ b/docs/src/INSTALL.t2t @@ -20,7 +20,7 @@ Last update: %%date(%m-%d-%Y) - libjs-jquery-ui - django-formwizard - curl (to fetch towns from OSM) - +- python-pisa To install django-simple-history: ``` @@ -31,6 +31,9 @@ python setup.py install git clone git://gitorious.org/xhtml2odt/xhtml2odt.git INSTALL_PATH = "/home/etienne/work/ishtar/xhtml2odt" +__init__.py +=> nécessite python-utidylib , python-lxml, python-imaging + Import towns: curl --location --globoff "http://openstreetmap.us/xapi/api/0.6/node[place=village|town|city][bbox=-5.53711,41.90228,8.96484,51.50874]" -o data.osm |