diff options
| author | Rapptz <[email protected]> | 2016-04-01 05:10:43 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-04-01 05:10:43 -0400 |
| commit | 7fe5a54183c3f132d19cecf7aab2b4926ab69017 (patch) | |
| tree | 56546f786c7a375ca267a2b10863d80856601c6d /README.md | |
| parent | Drop voice packets when it can be potentially blocking. (diff) | |
| download | discord.py-7fe5a54183c3f132d19cecf7aab2b4926ab69017.tar.xz discord.py-7fe5a54183c3f132d19cecf7aab2b4926ab69017.zip | |
Clarify that linux users need libffi for PyNaCl.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |