Some prerequisites for Fedora OS is missing in zaqar README.rst

Add the missing packages which are required. Otherwise, it throws errors
while running the 'tox -e genconfig' command in the doc.

Change-Id: Ia1d59a042b6d1aa0ad140af0b270cbf098ae51df
Closes-Bug: #1507856
This commit is contained in:
YangShengMing 2015-10-20 14:02:47 +08:00
parent 8266acf382
commit 8187e9ad75
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ all of these steps are required. It is assumed you have `MongoDB`_ and `tox`
sudo apt-get install gcc python-pip libxml2-dev libxslt1-dev python-dev zlib1g-dev
# Fedora/RHEL:
sudo yum install gcc python-pip libxml2-devel libxslt-devel
sudo yum install gcc python-pip libxml2-devel libxslt-devel python-devel
2. From your home folder create the ``~/.zaqar`` folder and clone the repo::