Skip to content

Commit

Permalink
added gcc-c++ for RHEL OS dependencies (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
soccerties authored and mistercrunch committed Feb 27, 2017
1 parent bc29035 commit e91bc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 ::

Expand Down

0 comments on commit e91bc9d

Please sign in to comment.