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 abcc468

Browse filesBrowse files
authored
Update INSTALL.rst (PyMySQL#281)
1 parent 9fb6188 commit abcc468
Copy full SHA for abcc468

File tree

Expand file treeCollapse file tree

1 file changed

+3
-26
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-26
lines changed

‎INSTALL.rst

Copy file name to clipboardExpand all lines: INSTALL.rst
+3-26Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,17 @@ MySQLdb Installation
88
Prerequisites
99
-------------
1010

11-
+ Python 2.6, 2.7, 3.3 or higher
12-
13-
* http://www.python.org/
11+
+ Python 2.7, 3.4 or higher
1412

1513
+ setuptools
1614

1715
* http://pypi.python.org/pypi/setuptools
1816

19-
+ MySQL 5.0 or higher
17+
+ MySQL 5.5 or higher
2018

2119
* http://www.mysql.com/downloads/
2220

23-
* MySQL-4.0 and MySQL-4.1 may work, but not supported.
24-
25-
* MySQL-5.0 is supported and tested, including stored procedures.
26-
27-
* MySQL-5.1 is supported (currently a release candidate) but untested.
28-
It should work.
29-
30-
* Red Hat Linux packages:
31-
32-
- mysql-devel to compile
33-
34-
- mysql and/or mysql-devel to run
35-
36-
* MySQL.com RPM packages:
37-
38-
- MySQL-devel to compile
39-
40-
- MySQL-shared if you want to use their shared
41-
library. Otherwise you'll get a statically-linked module,
42-
which may or may not be what you want.
43-
44-
- MySQL-shared to run if you compiled with MySQL-shared installed
21+
* MySQL-5.0 may work, but not supported.
4522

4623
+ C compiler
4724

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.