Changes between Version 7 and Version 8 of InstallationGuidelines/Linux/Developer/Manual


Ignore:
Timestamp:
12/01/11 22:30:38 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Developer/Manual

    v7 v8  
    1717
    1818==== Mandatory ====
    19  * [http://codespeak.net/lxml lxml] for XML export/import: {{{apt-get install python-lxml}}}
    20  * [http://pypi.python.org/pypi/Shapely/ Shapely] for GIS Features: {{{apt-get install python-shapely}}}
    21  * [http://www.reportlab.com/software/opensource/rl-toolkit/download/ ReportLab] for PDF output: {{{apt-get install python-reportlab}}}
    22  * [http://www.pythonware.com/products/pil/ PIL] Python Image Library for PDFs: {{{apt-get install python-imaging}}}
    23  * [http://labix.org/python-dateutil dateutil]: {{{apt-get install python-dateutil}}}
     19 * [http://codespeak.net/lxml lxml] for XML export/import
     20 * [http://pypi.python.org/pypi/Shapely/ Shapely] for GIS Features
     21 * [http://www.reportlab.com/software/opensource/rl-toolkit/download/ ReportLab] for PDF output
     22 * [http://www.pythonware.com/products/pil/ PIL] Python Image Library for PDFs
     23 * [http://labix.org/python-dateutil dateutil]
    2424
     25On Debian-based systems, like Ubuntu:
     26{{{
     27sudo su -
     28apt-get install python-lxml
     29apt-get install python-shapely
     30apt-get install python-reportlab
     31apt-get install python-imaging
     32apt-get install python-dateutil
     33}}}
    2534==== Optional ====
    2635 * [http://pypi.python.org/pypi/xlwt xlwt] for XLS output: {{{apt-get install python-xlwt}}}