Readme enhancements

Add missing dependency: python-pip, and add -qy so that the package
install is unattended.

Change-Id: Ieb36bbef9c55b434f2d228523b329886101a4092
This commit is contained in:
Mate Lakat 2014-01-10 16:40:32 +00:00
parent 3871acf4ce
commit 4c6ee9291f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Install dependencies:
.. code-block:: bash
sudo apt-get install git mysql-server libmysqlclient-dev g++ python-dev libzmq-dev
sudo apt-get -qy install git mysql-server libmysqlclient-dev g++ python-dev libzmq-dev python-pip
mkdir src
cd ~/src
git clone git://git.openstack.org/openstack-infra/config