summaryrefslogtreecommitdiff
path: root/doc/source/developing.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-08-19 22:44:59 +0000
committerGerrit Code Review <review@openstack.org>2015-08-19 22:44:59 +0000
commitb770ecc79a8458cafdb9a6da552b900a069c0a64 (patch)
tree1fc7a7634e4980aa9512ed8bb1d34bb8133d1ee4 /doc/source/developing.rst
parent1004e06cee75829f9db6bb496e6ef49984d827fe (diff)
parent0f837df839ee91e822bc2d8e8c76e3fb013933e2 (diff)
downloadpython-openstackclient-b770ecc79a8458cafdb9a6da552b900a069c0a64.tar.gz
Merge "Added note to install openstackclient"
Diffstat (limited to 'doc/source/developing.rst')
-rw-r--r--doc/source/developing.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/source/developing.rst b/doc/source/developing.rst
index f13241f2..cd15f9fb 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