summaryrefslogtreecommitdiff
path: root/libraries/pychm/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/pychm/README')
-rw-r--r--libraries/pychm/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/pychm/README b/libraries/pychm/README
new file mode 100644
index 0000000000..e585e00bbd
--- /dev/null
+++ b/libraries/pychm/README
@@ -0,0 +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.
+
+PyCHM requires chmlib (available on SlackBuilds.org).