summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-01-11 14:09:13 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-01-11 15:06:56 +0100
commit0089e35c34d81a1d5a584ac783935ddf0073bf96 (patch)
treee709180a3e7dbec3834e518f5b53e7fce71eba8a /README.md
parenteb3f7acc76ccfcf7876d51150bf3a5877f02d5b9 (diff)
Add missing Python build dependencies.
Diffstat (limited to 'README.md')
-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
============