Fix development environment docs for redhat-based systems
This adds the new libffi-devel dependency to the devref for new development environment creation. Change-Id: I63e0302cffe33b05722579e7d9c7122f2f257843
This commit is contained in:
@@ -68,7 +68,7 @@ On Ubuntu Precise (12.04) you may also need to add the following packages::
|
||||
|
||||
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
|
||||
|
||||
sudo yum install python-devel openssl-devel python-pip git gcc libxslt-devel mysql-devel python-pip postgresql-devel
|
||||
sudo yum install python-devel openssl-devel python-pip git gcc libxslt-devel mysql-devel python-pip postgresql-devel libffi-devel
|
||||
sudo pip-python install tox
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user