Writing documentation (and keeping it up to date) is a lot of work. You can help improving it by submitting any bug you encounter, or, even better, directly patching this page on Github. Thanks!

Return to Kartograph.py Docs

Installing Kartograph.py on Windows

soon to come.

Do you want to help writing this installation instructions? Please, drop me an email.

Pre-requirements

Kartograph depends on the following software packages: * Python 2.7.x + setuptools * GDAL * shapely * optional: PostgreSQL and PostGIS

You may need to install MinGW to compile some of the Python extensions during build.

Install Kartograph

  • Download and unzip the Kartograph repository as ZIP file.

  • From the command line, change to the kartograph directory and run the installation script. cmd cd c:\path\to\kartograph python setup.py install