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 19a7344

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

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.