From 8187e9ad753b62458319c47dbeeb5da58ee1e331 Mon Sep 17 00:00:00 2001 From: YangShengMing Date: Tue, 20 Oct 2015 14:02:47 +0800 Subject: [PATCH] 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 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 565828491..0a10f1330 100644 --- a/README.rst +++ b/README.rst @@ -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::