Add python module for mysql in admin guide.
authorroot <root@pithos.dev.grnet.gr>
Tue, 11 Oct 2011 13:57:48 +0000 (16:57 +0300)
committerroot <root@pithos.dev.grnet.gr>
Tue, 11 Oct 2011 13:57:48 +0000 (16:57 +0300)
docs/source/adminguide.rst

index 6634a05..97a7284 100644 (file)
@@ -9,7 +9,7 @@ Assuming a clean debian squeeze (stable) installation, use the following steps t
 Install packages::
 
   apt-get install git python-django python-setuptools python-sphinx
-  apt-get install python-sqlalchemy python-psycopg2
+  apt-get install python-sqlalchemy python-mysqldb python-psycopg2
   apt-get install apache2 libapache2-mod-wsgi
 
 Get the source::