From f3e6821805ead840331dbd16b1de7f47421083f1 Mon Sep 17 00:00:00 2001 From: rhoerbe Date: Fri, 14 Mar 2014 12:19:52 +0100 Subject: [PATCH] Added note on dependency for centos install --- doc/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install.rst b/doc/install.rst index f317d0f..b60a758 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -44,9 +44,9 @@ Once you have installed all the necessary prerequisites a simple:: will install the basic code. -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 So you might want first to do: -yum install libffi-devel +yum install libffi-devel openssl-devel After this you ought to be able to run the tests without an hitch. The tests are based on the pypy test environment, so::