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

At at the section "1. Install prerequisites:" in zaqar README.rst
python-dev, zlib1g-dev packages is not listed for Ubuntu OS.
These packages must be installed in the environment,otherwise
"tox -e genconfig" command will fail with below error.

ERROR: genconfig: could not install deps [-r/home/datanode1/try/zaqar
/requirements.txt

Change-Id: I6e0941cdd8b7d27149c9ef14270d37399a018a6d
Closes-bug: #1505911
This commit is contained in:
Md Nadeem 2015-10-14 15:12:34 +09:00
parent 790dfa6c67
commit 9b8cce936e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ all of these steps are required. It is assumed you have `MongoDB`_ and `tox`
1. Install prerequisites:
# Ubuntu/Debian:
sudo apt-get install gcc python-pip libxml2-dev libxslt1-dev
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