pip install MySQLdb
In case you haven't already noticed, the command in the title won't work.You need to use: pip install MySQL-python
This article explains the correct approach: http://mysql-python.blogspot.com/2012/11/is-mysqldb-hard-to-install.html