From 3e49aabe1fc6fe281ab47d7fd1e64aa6ab430874 Mon Sep 17 00:00:00 2001
From: Michael Orlitzky
Date: Sat, 7 Nov 2009 12:14:37 -0500
Subject: [PATCH] Added Python itself, and Shapely to the software
requirements.
---
doc/project_overview/index.xhtml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
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
--
2.44.2