summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 38a2d2f5..590d649a 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,20 @@ use `make install`. The latter target honors `PREFIX` and `DESTDIR`.
Finally, to return your source tree to its pristine state, run `make
clean`.
+Bindings
+--------
+
+### Python
+
+The FFI crate contains Python bindings. To disable building, testing,
+and installing the Python bindings, use `make PYTHON=disable`.
+
+To build the Python bindings, you will need cffi and pytest for Python3.
+
+Debian:
+
+ $ apt install python3-cffi python3-pytest
+
Getting help
============