Skip to content

Commit 6cc21d9

Browse files
committed
Update INSTALL.rst
1 parent 98dedd9 commit 6cc21d9

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

INSTALL.rst

+6-21
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ MySQLdb Installation
88
Prerequisites
99
-------------
1010

11-
+ Python 2.7, 3.4 or higher
11+
+ Python 2.7, 3.5 or higher
1212

1313
+ setuptools
1414

15-
* http://pypi.python.org/pypi/setuptools
15+
* https://pypi.org/project/setuptools/
1616

1717
+ MySQL 5.5 or higher
1818

19-
* http://www.mysql.com/downloads/
19+
* https://www.mysql.com/downloads/
2020

21-
* MySQL-5.0 may work, but not supported.
21+
* MySQL 5.1 may work, but not supported.
2222

2323
+ C compiler
2424

@@ -44,8 +44,7 @@ edit the [options] section of site.cfg:
4444

4545
static
4646
if True, try to link against a static library; otherwise link
47-
against dynamic libraries (default). You may need static linking
48-
to use the embedded server.
47+
against dynamic libraries (default).
4948
This option doesn't work for MySQL>5.6 since libmysqlclient
5049
requires libstdc++. If you want to use, add `-lstdc++` to
5150
mysql_config manually.
@@ -94,25 +93,11 @@ contributes one, I will make it available. Several OS vendors have
9493
their own packages available.
9594

9695

97-
RPMs
98-
....
99-
100-
If you prefer to install RPMs, you can use the bdist_rpm command with
101-
setup.py. This only builds the RPM; it does not install it. You may
102-
want to use the --python=XXX option, where XXX is the name of the
103-
Python executable, i.e. python, python2, python2.4; the default is
104-
python. Using this will incorporate the Python executable name into
105-
the package name for the RPM so you have install the package multiple
106-
times if you need to support more than one version of Python. You can
107-
also set this in setup.cfg.
108-
109-
11096
Red Hat Linux
11197
.............
11298

11399
MySQL-python is pre-packaged in Red Hat Linux 7.x and newer. This
114-
includes Fedora Core and Red Hat Enterprise Linux. You can also
115-
build your own RPM packages as described above.
100+
includes Fedora Core and Red Hat Enterprise Linux.
116101

117102

118103
Debian GNU/Linux

0 commit comments

Comments
 (0)