diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-09-17 22:37:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-17 22:37:08 +0700 |
commit | b14979cbd611981f76cb57353f541fbe210d51fd (patch) | |
tree | 428da28806ef0bc8f373ccd98fc28a22009ad111 /python/pymysql/README | |
parent | 68fbd7b4155fbe43f05260b5dbc566d19cddb07d (diff) |
python/pymysql: Updated for version 0.6.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pymysql/README')
-rw-r--r-- | python/pymysql/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/pymysql/README b/python/pymysql/README index f59d6db989163..f753b73b04bc4 100644 --- a/python/pymysql/README +++ b/python/pymysql/README @@ -1,3 +1,9 @@ This package contains a pure-Python MySQL client library. The goal of PyMySQL is to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython and Jython. + +Optional dependency: python3 + +To install python3 bindings run slackbuild with option PYTHON3=yes. + + # PYTHON3=yes ./pymysql.SlackBuild |