From b9a40531d91eaba4b37760518ead5de1bbfd9949 Mon Sep 17 00:00:00 2001 From: jiaopengju Date: Mon, 22 Oct 2018 18:48:49 +0800 Subject: [PATCH] Doc: update install guide with using source Before doing "python setup.py install", we should install the requirements first. Change-Id: I2d0fbba1d3e74e6e8b3ecb0d8b933e76f2a385fd --- doc/source/install/install-source.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/install/install-source.rst b/doc/source/install/install-source.rst index d685557e..1849aa39 100644 --- a/doc/source/install/install-source.rst +++ b/doc/source/install/install-source.rst @@ -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