summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 590d649a..b2469a8d 100644
--- a/README.md
+++ b/README.md
@@ -113,11 +113,12 @@ Bindings
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.
+To build the Python bindings, you will need the Python headers,
+setuptools, cffi, and pytest for Python3.
Debian:
- $ apt install python3-cffi python3-pytest
+ $ apt install python3-dev python3-setuptools python3-cffi python3-pytest
Getting help
============