Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 3 additions & 26 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,17 @@ MySQLdb Installation
Prerequisites
-------------

+ Python 2.6, 2.7, 3.3 or higher

* http://www.python.org/
+ Python 2.7, 3.4 or higher

+ setuptools

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

+ MySQL 5.0 or higher
+ MySQL 5.5 or higher

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

* MySQL-4.0 and MySQL-4.1 may work, but not supported.

* MySQL-5.0 is supported and tested, including stored procedures.

* MySQL-5.1 is supported (currently a release candidate) but untested.
It should work.

* Red Hat Linux packages:

- mysql-devel to compile

- mysql and/or mysql-devel to run

* MySQL.com RPM packages:

- MySQL-devel to compile

- MySQL-shared if you want to use their shared
library. Otherwise you'll get a statically-linked module,
which may or may not be what you want.

- MySQL-shared to run if you compiled with MySQL-shared installed
* MySQL-5.0 may work, but not supported.

+ C compiler

Expand Down