From 0f837df839ee91e822bc2d8e8c76e3fb013933e2 Mon Sep 17 00:00:00 2001 From: Asha Saravanamohan Date: Tue, 18 Aug 2015 15:03:02 -0400 Subject: [PATCH] Added note to install openstackclient Change-Id: Idcd9ef4e7a10ebbd8b68e7320680f503dfc166a9 Closes-Bug: #1483384 --- doc/source/developing.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/source/developing.rst b/doc/source/developing.rst index f13241f24e..cd15f9fbaf 100644 --- a/doc/source/developing.rst +++ b/doc/source/developing.rst @@ -87,3 +87,20 @@ create HTML docs, run the following: $ tox -e docs The resultant HTML will be the ``doc/build/html`` directory. + +Testing new code +---------------- + +If a developer wants to test new code (feature, command or option) that +they have written, OpenStackClient may be installed from source by running +the following commands in the base directory of the project: + +.. code-block:: bash + + $ python setup.py develop + +or + +.. code-block:: bash + + $ pip install -e