From 82f46a2b69b54903b14f9d854b1eca5dc82a04bd Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Fri, 18 May 2007 15:39:27 +0000 Subject: [PATCH] Minor doc clarification. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 031716919c..64da6cae86 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Requirements ------------ * Python 2.5 strongly recommended, although 2.3 or 2.4 may work just fine. -* PySqlite2 +* PySqlite2 (If you're using the default SQLite driver) * Django (Latest trunk from Subversion recommended) * Optional: Apache2 or equivalent webserver with a Python interpreter module. Required for web interface.