Skip to content

Commit 19a7344

Browse files
committed
Merge pull request #5 from collinanderson/patch-1
Prerequisites for Installing
2 parents 5abcad0 + c39fb36 commit 19a7344

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ This is a fork of [MySQLdb1](https://github.com/farcepest/MySQLdb1).
77

88
This project adds Python 3 support and bug fixes.
99
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

Comments
 (0)