diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-07-29 19:42:06 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:51 +0100 |
commit | 7bce60f30658b3e6b8343650b2834bba0f29218d (patch) | |
tree | 218596621376c5f35407e808ef63d17c41ecc10c /python/apsw/README | |
parent | bc01f5f95a2ffc610666f751537671c8f8cac88d (diff) |
python/apsw: Updated for version 3.13.0_r1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/apsw/README')
-rw-r--r-- | python/apsw/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python/apsw/README b/python/apsw/README index c226b3fbccf7d..68a222356b0aa 100644 --- a/python/apsw/README +++ b/python/apsw/README @@ -4,4 +4,8 @@ over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. -Optionally Python 3 extension will be built if Python 3 is installed. +Optional dependency: python3 + +Note: To install python 3 set PYTHON3=yes. + + # PYTHON3=yes ./apsw.SlackBuild |