From 7a4d75dcdfab8a703a310cec6e287f79c273cdb4 Mon Sep 17 00:00:00 2001 From: Joel Donahue Date: Mon, 27 Feb 2017 10:52:14 -0700 Subject: [PATCH] added gcc-c++ for RHEL OS dependencies --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 86b2cb49bd6ab..e6aaa5fa9e9a2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -31,7 +31,7 @@ For **Fedora** and **RHEL-derivatives**, the following command will ensure that the required dependencies are installed: :: sudo yum upgrade python-setuptools - sudo yum install gcc libffi-devel python-devel python-pip python-wheel openssl-devel libsasl2-devel openldap-devel + sudo yum install gcc gcc-c++ libffi-devel python-devel python-pip python-wheel openssl-devel libsasl2-devel openldap-devel **OSX**, system python is not recommended. brew's python also ships with pip ::