diff INSTALL @ 102:eb952fbc0d01

Leverage on new Django 1.1 to implement efficient license->groups query
author Sylvain Beucler <beuc@beuc.net>
date Sat, 01 Aug 2009 11:01:19 +0200
parents 6de5ac0cba27
children 1abd5f406f79
line wrap: on
line diff
--- a/INSTALL
+++ b/INSTALL
@@ -9,7 +9,11 @@
 
 * Dependencies as Debian packages
 
-apt-get install mysql-server python-django python-mysqldb
+- Django >= 1.1
+- MySQLdb (mysql-python)
+- MySQL
+
+apt-get install python-django python-mysqldb mysql-server
 
 
 * Install process