We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c483c60 commit 6ebf806Copy full SHA for 6ebf806
README.rst
@@ -25,13 +25,13 @@ Chances are you have some dependency problems,
25
if you're on Ubuntu,
26
try installing the pre-compiled packages::
27
28
- $ sudo apt-get install python-crypto python-openssl
+ $ sudo apt-get install python-crypto python-openssl libffi-dev
29
30
or try installing the development packages
31
(that have the header files included)
32
and then ``pip install`` the dependencies again::
33
34
- $ sudo apt-get install python-dev libssl-dev
+ $ sudo apt-get install python-dev libssl-dev libffi-dev
35
36
How do I build the docs?
37
------------------------
0 commit comments