Update README to mention bindep

Now that we have bindep support, update the README to reference it.
Also, update the README to point to get-pip.py not python-pip.

Change-Id: I2c3312c7fc01a121d42da1ec3ce69bab6681df30
This commit is contained in:
Monty Taylor 2017-01-08 08:13:52 -06:00
parent a1e19cd0e6
commit 05b5944198
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 10 additions and 4 deletions

View File

@ -7,14 +7,20 @@ of devstack images on a cloud server for use in OpenStack project testing.
Developer setup
===============
Make sure you have pip installed:
.. code-block:: bash
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
Install dependencies:
.. code-block:: bash
sudo apt-get update
sudo apt-get -qy install git mysql-server libmysqlclient-dev g++\
python-dev python-pip libffi-dev libssl-dev qemu-utils\
libxml2-dev libxslt1-dev python-lxml
sudo pip install bindep
sudo apt-get install $(bindep -b nodepool)
mkdir src
cd ~/src
git clone git://git.openstack.org/openstack-infra/system-config