Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Windows Install

Sam Libby edited this page Aug 26, 2015 · 8 revisions

Capturing efforts towards getting some of this running in Windows

Required Software:

  1. PostgreSQL and pg_config in PATH
  2. pycairo: install pycairo via corresponding .whl here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pycairo
  3. then use pip install .whl to install pycairo
  4. Open Python and then import cairo to test
  5. Install osgeo from http://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal
  6. pip install .whl

Current Status:

Tests failing: https://gist.github.com/slibby/efa7899d61f4aaaaa91e

Clone this wiki locally