File tree Expand file tree Collapse file tree 1 file changed +3
-26
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-26
lines changed
Original file line number Diff line number Diff line change @@ -8,40 +8,17 @@ MySQLdb Installation
8
8
Prerequisites
9
9
-------------
10
10
11
- + Python 2.6, 2.7, 3.3 or higher
12
-
13
- * http://www.python.org/
11
+ + Python 2.7, 3.4 or higher
14
12
15
13
+ setuptools
16
14
17
15
* http://pypi.python.org/pypi/setuptools
18
16
19
- + MySQL 5.0 or higher
17
+ + MySQL 5.5 or higher
20
18
21
19
* http://www.mysql.com/downloads/
22
20
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.
45
22
46
23
+ C compiler
47
24
You can’t perform that action at this time.
0 commit comments