Update fedora dev env instructions

I just set up a new dev environment on Fedora.  Update the dev environment docs
to reflect the full list of packages I had to install.

Change-Id: Ifbdea54641094885fee08513f142593befcd465e
This commit is contained in:
Russell Bryant 2013-09-10 09:06:21 -04:00
parent ded09fa39a
commit 677fec79c5
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ 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
sudo yum install python-devel openssl-devel python-pip git gcc libxslt-devel mysql-devel python-pip postgresql-devel
sudo pip-python install tox
Mac OS X Systems