Skip to content

Commit 6ebf806

Browse files
committed
Fixed #68 - Apparently libffi-dev is a dependency.
1 parent c483c60 commit 6ebf806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Chances are you have some dependency problems,
2525
if you're on Ubuntu,
2626
try installing the pre-compiled packages::
2727

28-
$ sudo apt-get install python-crypto python-openssl
28+
$ sudo apt-get install python-crypto python-openssl libffi-dev
2929

3030
or try installing the development packages
3131
(that have the header files included)
3232
and then ``pip install`` the dependencies again::
3333

34-
$ sudo apt-get install python-dev libssl-dev
34+
$ sudo apt-get install python-dev libssl-dev libffi-dev
3535

3636
How do I build the docs?
3737
------------------------

0 commit comments

Comments
 (0)