From fe4bb8538439bb672feb0f60c582f1dc1e51e5a0 Mon Sep 17 00:00:00 2001 From: Julien Poissonnier Date: Tue, 7 Oct 2014 14:59:15 +0200 Subject: [PATCH 1/2] Typos --- doc/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install.rst b/doc/install.rst index 9d40b42..37d7095 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -62,14 +62,14 @@ Hints RHEL/CentOS installation issues ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -A number of packages may not install from pypi. Instead, you may wand to use packages supplies with the OS: +A number of packages may not install from pypi. Instead, you may want to use packages supplies with the OS: yum -y install swig openssl-devel m2crypto xmlsec1 pyOpenSSL libffi-devel OS X installation issues ^^^^^^^^^^^^^^^^^^^^^^^^ -A number of packages may not install from pypi. Instead, you may wand to use macports: +A number of packages may not install from pypi. Instead, you may want to use macports: sudo port install swig xmlsec py27-m2crypto py27-crypto db53 From 24aeb90ee59dc65207130205f7dd5e6b748e668b Mon Sep 17 00:00:00 2001 From: Julien Poissonnier Date: Tue, 7 Oct 2014 15:01:32 +0200 Subject: [PATCH 2/2] Update install.rst --- doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index 37d7095..05e0751 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -62,7 +62,7 @@ Hints RHEL/CentOS installation issues ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -A number of packages may not install from pypi. Instead, you may want to use packages supplies with the OS: +A number of packages may not install from pypi. Instead, you may want to use packages supplied with the OS: yum -y install swig openssl-devel m2crypto xmlsec1 pyOpenSSL libffi-devel