diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-08-19 22:44:59 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-08-19 22:44:59 +0000 |
| commit | b770ecc79a8458cafdb9a6da552b900a069c0a64 (patch) | |
| tree | 1fc7a7634e4980aa9512ed8bb1d34bb8133d1ee4 /doc/source/developing.rst | |
| parent | 1004e06cee75829f9db6bb496e6ef49984d827fe (diff) | |
| parent | 0f837df839ee91e822bc2d8e8c76e3fb013933e2 (diff) | |
| download | python-openstackclient-b770ecc79a8458cafdb9a6da552b900a069c0a64.tar.gz | |
Merge "Added note to install openstackclient"
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 |
