We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5abcad0 + c39fb36 commit 19a7344Copy full SHA for 19a7344
README.md
@@ -7,3 +7,12 @@ This is a fork of [MySQLdb1](https://github.com/farcepest/MySQLdb1).
7
8
This project adds Python 3 support and bug fixes.
9
I hope this fork is merged back to MySQLdb1 like distribute was merged back to setuptools.
10
+
11
+Prerequisites for Installing
12
+----------------------------
13
14
+You may need to install the Python and MySQL development headers and libraries like so:
15
16
+`sudo apt-get install python-dev libmysqlclient-dev` # Debian / Ubuntu
17
18
+`sudo yum install python-devel mysql-devel` # Red Hat / CentOS
0 commit comments