From: Michael Orlitzky Date: Sat, 7 Nov 2009 17:14:37 +0000 (-0500) Subject: Added Python itself, and Shapely to the software requirements. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=commitdiff_plain;h=3e49aabe1fc6fe281ab47d7fd1e64aa6ab430874 Added Python itself, and Shapely to the software requirements. --- diff --git a/doc/project_overview/index.xhtml b/doc/project_overview/index.xhtml index f7854f8..8591cb4 100644 --- a/doc/project_overview/index.xhtml +++ b/doc/project_overview/index.xhtml @@ -75,6 +75,22 @@

    +
  1. + Most of the application code is written in Python, and so the Python + runtime is required to run it. + +
      +
    1. + We utilize a third-party library called Shapely for + Python/GEOS integration. GEOS is required by PostGIS (see + below), so it is not listed as a separate requirement, even + though Shapely does depend on it. +
    2. +
    +
  2. +
  3. The build system utilizes GNU Make. The