diff options
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 c226b3fbcc..68a222356b 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 |