diff options
| author | Asha Saravanamohan <assarava@cisco.com> | 2015-08-18 15:03:02 -0400 |
|---|---|---|
| committer | Asha Saravanamohan <assarava@cisco.com> | 2015-08-19 11:29:29 -0400 |
| commit | 0f837df839ee91e822bc2d8e8c76e3fb013933e2 (patch) | |
| tree | ee12ea2b7a368524867867e0e66dc82ef2276ee7 /doc/source/developing.rst | |
| parent | 0cc1e5aa2b7ff7fa55e6083a397c07fc1cc744dd (diff) | |
| download | python-openstackclient-0f837df839ee91e822bc2d8e8c76e3fb013933e2.tar.gz | |
Added note to install openstackclient
Change-Id: Idcd9ef4e7a10ebbd8b68e7320680f503dfc166a9
Closes-Bug: #1483384
Diffstat (limited to 'doc/source/developing.rst')
| -rw-r--r-- | doc/source/developing.rst | 17 |
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 |
