Skip to content

Commit f3e6821

Browse files
committed
Added note on dependency for centos install
1 parent e4d1322 commit f3e6821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Once you have installed all the necessary prerequisites a simple::
4444

4545
will install the basic code.
4646

47-
Note for rhel/centos 6: cffi depends on libffi-devel to compile
47+
Note for rhel/centos 6: cffi depends on libffi-devel, and cryptography on openssl-devel to compile
4848
So you might want first to do:
49-
yum install libffi-devel
49+
yum install libffi-devel openssl-devel
5050

5151
After this you ought to be able to run the tests without an hitch.
5252
The tests are based on the pypy test environment, so::

0 commit comments

Comments
 (0)