Skip to content

Commit b770ecc

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Added note to install openstackclient"
2 parents 1004e06 + 0f837df commit b770ecc

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)