File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Package is uploaded on `PyPI <https://pypi.org/project/PyMySQL>`_.
5959
6060You can install it with pip::
6161
62- $ pip3 install PyMySQL
62+ $ python3 -m pip install PyMySQL
6363
6464
6565Documentation
Original file line number Diff line number Diff line change @@ -6,24 +6,22 @@ Installation
66
77The 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
1111Requirements
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/
You can’t perform that action at this time.
0 commit comments