Changes between Version 1 and Version 2 of InstallationGuidelines/Windows/Developer/Manual
- Timestamp:
- 10/22/11 05:25:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Developer/Manual
v1 v2 15 15 ==== Mandatory ==== 16 16 * [http://codespeak.net/lxml lxml] for XML export/import: http://pypi.python.org/packages/2.7/l/lxml/lxml-2.3.win32-py2.7.exe 17 * [http://pypi.python.org/pypi/Shapely/ Shapely] for GIS Features 17 * [http://pypi.python.org/pypi/Shapely/ Shapely] for GIS Features: http://pypi.python.org/packages/2.7/S/Shapely/Shapely-1.2.13.win32-py2.7.exe 18 18 * [http://www.reportlab.com/software/opensource/rl-toolkit/download/ ReportLab] for PDF output 19 * [http://www.pythonware.com/products/pil/ PIL] Python Image Library for PDFs 20 * [http://labix.org/python-dateutil dateutil] 19 * [http://www.pythonware.com/products/pil/ PIL] Python Image Library for PDFs: http://effbot.org/downloads/PIL-1.1.7.win32-py2.7.exe 20 * [http://labix.org/python-dateutil dateutil]: http://labix.org/download/python-dateutil/python-dateutil-1.5.tar.gz 21 21 * No Windows installer, so install by unzipping, opening a command line inside the folder & {{{python setup.py install}}} 22 22