Skip to content

Commit 0f837df

Browse files
author
Asha Saravanamohan
committed
Added note to install openstackclient
Change-Id: Idcd9ef4e7a10ebbd8b68e7320680f503dfc166a9 Closes-Bug: #1483384
1 parent 0cc1e5a commit 0f837df

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

doc/source/developing.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,20 @@ create HTML docs, run the following:
8787
$ tox -e docs
8888
8989
The resultant HTML will be the ``doc/build/html`` directory.
90+
91+
Testing new code
92+
----------------
93+
94+
If a developer wants to test new code (feature, command or option) that
95+
they have written, OpenStackClient may be installed from source by running
96+
the following commands in the base directory of the project:
97+
98+
.. code-block:: bash
99+
100+
$ python setup.py develop
101+
102+
or
103+
104+
.. code-block:: bash
105+
106+
$ pip install -e

0 commit comments

Comments
 (0)