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.
2 parents c784e72 + f3e6821 commit 95c12d0Copy full SHA for 95c12d0
doc/install.rst
@@ -42,6 +42,10 @@ Once you have installed all the necessary prerequisites a simple::
42
43
will install the basic code.
44
45
+Note for rhel/centos 6: cffi depends on libffi-devel, and cryptography on openssl-devel to compile
46
+So you might want first to do:
47
+yum install libffi-devel openssl-devel
48
+
49
After this you ought to be able to run the tests without an hitch.
50
The tests are based on the pypy test environment, so::
51
0 commit comments