Browse Source

Clarify that linux users need libffi for PyNaCl.

pull/145/head
Rapptz 9 years ago
parent
commit
7fe5a54183
  1. 3
      README.md

3
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.

Loading…
Cancel
Save