We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d1322 commit f3e6821Copy full SHA for f3e6821
doc/install.rst
@@ -44,9 +44,9 @@ Once you have installed all the necessary prerequisites a simple::
44
45
will install the basic code.
46
47
-Note for rhel/centos 6: cffi depends on libffi-devel to compile
+Note for rhel/centos 6: cffi depends on libffi-devel, and cryptography on openssl-devel to compile
48
So you might want first to do:
49
-yum install libffi-devel
+yum install libffi-devel openssl-devel
50
51
After this you ought to be able to run the tests without an hitch.
52
The tests are based on the pypy test environment, so::
0 commit comments