diff options
Diffstat (limited to 'python/pychm/README')
-rw-r--r-- | python/pychm/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/python/pychm/README b/python/pychm/README index 6a4e251f36..e38bcb505d 100644 --- a/python/pychm/README +++ b/python/pychm/README @@ -1,4 +1,6 @@ PyCHM is a package that provides bindings for Jed Wing's CHMLIB -library. The chm package contains four modules, namely chm.chm, -chm.chmlib, chm.extra and chm._chmlib. chm.chmlib is a low level -wrapper module around the API provided by the C library chmlib. +library. The chm package contains four modules, namely chm.chm, +chm.chmlib, chm.extra and chm._chmlib. chm.chmlib is a low level +wrapper module around the API provided by the C library chmlib. +The build script will build Python3 modules automatically if you +have Python3 installed. |