X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=blobdiff_plain;f=doc%2Fproject_overview%2Findex.xhtml;fp=doc%2Fproject_overview%2Findex.xhtml;h=8591cb4417bc8cd991d61440f15d2c30a779260b;hp=f7854f8371463e553b756b78444c554fe4f81250;hb=3e49aabe1fc6fe281ab47d7fd1e64aa6ab430874;hpb=1cf0952e2266a82d9ffcab7c82ce0790d49c0256 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