404 bytes added
, 06:26, 25 June 2015
Be sure you have pip installed on your machine using this command:<br />
*sudo easy_install pip<br />
If you already have pip installed, it’d be a good idea to upgrade it now:<br />
*sudo pip install pip --upgrade<br />
Build the dependencies for python-mysqldb libraries:<br />
*sudo apt-get build-dep python-mysqldb<br />
Install the Python MySQL libraries:<br />
*sudo pip install MySQL-python<br />