Skip to content

Commit c3becee

Browse files
committed
Update documents
1 parent 99f4720 commit c3becee

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Package is uploaded on `PyPI <https://pypi.org/project/PyMySQL>`_.
5959

6060
You can install it with pip::
6161

62-
$ pip3 install PyMySQL
62+
$ python3 -m pip install PyMySQL
6363

6464

6565
Documentation

docs/source/user/installation.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,22 @@ Installation
66

77
The last stable release is available on PyPI and can be installed with ``pip``::
88

9-
$ pip install PyMySQL
9+
$ python3 -m pip install PyMySQL
1010

1111
Requirements
1212
-------------
1313

1414
* Python -- one of the following:
1515

16-
- CPython_ >= 2.6 or >= 3.3
17-
- PyPy_ >= 4.0
18-
- IronPython_ 2.7
16+
- CPython_ >= 2.7 or >= 3.4
17+
- Latest PyPy_
1918

2019
* MySQL Server -- one of the following:
2120

22-
- MySQL_ >= 4.1 (tested with only 5.5~)
23-
- MariaDB_ >= 5.1
21+
- MySQL_ >= 5.5
22+
- MariaDB_ >= 5.5
2423

2524
.. _CPython: http://www.python.org/
2625
.. _PyPy: http://pypy.org/
27-
.. _IronPython: http://ironpython.net/
2826
.. _MySQL: http://www.mysql.com/
2927
.. _MariaDB: https://mariadb.org/

0 commit comments

Comments
 (0)