Doc: update install guide with using source

Before doing "python setup.py install", we should
install the requirements first.

Change-Id: I2d0fbba1d3e74e6e8b3ecb0d8b933e76f2a385fd
This commit is contained in:
jiaopengju 2018-10-22 18:48:49 +08:00
parent 096fc2d28a
commit b9a40531d9
1 changed files with 2 additions and 1 deletions

View File

@ -12,10 +12,11 @@ service from source.
Install the services
--------------------
Retrieve and install karbor::
Retrieve and install karbor with required packages::
git clone https://git.openstack.org/openstack/karbor
cd karbor
sudo pip install -e .
python setup.py install
This procedure installs the ``karbor`` python library and the following