10000 Update README · jiangsanyin/PyMySQL@e2979e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2979e7

Browse files
committed
Update README
1 parent 85c61c0 commit e2979e7

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

README.rst

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,37 +33,37 @@ Requirements
3333

3434
* Python -- one of the following:
3535

36-
- CPython_ >= 2.6 or >= 3.3
37-
- PyPy_ >= 4.0
38-
- IronPython_ 2.7
36+
- CPython_ : 2.7 and >= 3.4
37+
- PyPy_ : Latest version
3938

4039
* MySQL Server -- one of the following:
4140

42-
- MySQL_ >= 4.1 (tested with only 5.5~)
43-
- MariaDB_ >= 5.1
41+
- MySQL_ >= 5.5
42+
- MariaDB_ >= 5.5
4443

45-
.. _CPython: http://www.python.org/
46-
.. _PyPy: http://pypy.org/
47-
.. _IronPython: http://ironpython.net/
48-
.. _MySQL: http://www.mysql.com/
44+
.. _CPython: https://www.python.org/
45+
.. _PyPy: https://pypy.org/
46+
.. _MySQL: https://www.mysql.com/
4947
.. _MariaDB: https://mariadb.org/
5048

5149

5250
Installation
5351
------------
5452

55-
The last stable release is available on PyPI and can be installed with ``pip``::
53+
Package is uploaded on `PyPI <https://pypi.org/project/PyMySQL>`_.
5654

57-
$ pip install PyMySQL
55+
You can install it with pip::
56+
57+
$ pip3 install PyMySQL
5858

5959

6060
Documentation
6161
-------------
6262

63-
Documentation is available online: http://pymysql.readthedocs.io/
63+
Documentation is available online: https://pymysql.readthedocs.io/
6464

6565
For support, please refer to the `StackOverflow
66-
<http://stackoverflow.com/questions/tagged/pymysql>`_.
66+
<https://stackoverflow.com/questions/tagged/pymysql>`_.
6767

6868
Example
6969
-------
@@ -122,16 +122,17 @@ This example will print:
122122
Resources
123123
---------
124124

125-
DB-API 2.0: http://www.python.org/dev/peps/pep-0249
125+
* DB-API 2.0: http://www.python.org/dev/peps/pep-0249
126126

127-
MySQL Reference Manuals: http://dev.mysql.com/doc/
127+
* MySQL Reference Manuals: http://dev.mysql.com/doc/
128128

129-
MySQL client/server protocol:
130-
http://dev.mysql.com/doc/internals/en/client-server-protocol.html
129+
* MySQL client/server protocol:
130+
http://dev.mysql.com/doc/internals/en/client-server-protocol.html
131131

132-
"Connector" channel in MySQL Community Slack: http://lefred.be/mysql-community-on-slack/
132+
* "Connector" channel in MySQL Community Slack:
133+
http://lefred.be/mysql-community-on-slack/
133134

134-
PyMySQL mailing list: https://groups.google.com/forum/#!forum/pymysql-users
135+
* PyMySQL mailing list: https://groups.google.com/forum/#!forum/pymysql-users
135136

136137
License
137138
-------

0 commit comments

Comments
 (0)
0