mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Added note to install openstackclient"
This commit is contained in:
commit
b770ecc79a
1 changed files with 17 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue