Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c39fb36

Browse filesBrowse files
Prerequisites for Installing
to help out newcomers
1 parent 5abcad0 commit c39fb36
Copy full SHA for c39fb36

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.