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 5cd5ebd commit e4d1322Copy full SHA for e4d1322
doc/install.rst
@@ -44,6 +44,10 @@ 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
48
+So you might want first to do:
49
+yum install libffi-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::
53
0 commit comments