From 91445b05c9d14e0bcc52a45007807635f9bb5ca3 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Fri, 2 Nov 2018 20:41:19 +0900 Subject: [PATCH] Update INSTALL.rst --- INSTALL.rst | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 616b5902..e61af93c 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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