added gcc-c++ for RHEL OS dependencies (#2286)

This commit is contained in:
Joel Donahue 2017-02-27 11:19:33 -07:00 committed by Maxime Beauchemin
parent bc29035bda
commit e91bc9dfcc
1 changed files with 1 additions and 1 deletions

View File

@ -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 ::