aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 94a2ee72..ced29904 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,9 @@ You can find examples in the examples directory.
- Python 3.4.2+
- `aiohttp` library
- `websockets` library
+- `PyNaCl` library
+ - On Linux systems this requires the `libffi` library. You can install in
+ debian based systems by doing `sudo apt-get install libffi-dev`.
Usually `pip` will handle these for you.