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: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=3e49aabe1fc6fe281ab47d7fd1e64aa6ab430874;p=dead%2Fcensus-tools.git
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 @@
+ -
+ Most of the application code is written in Python, and so the Python
+ runtime is required to run it.
+
+
+ -
+ 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.
+
+
+
+
-
The build system utilizes GNU Make. The