Merge "Added a note on how to test changes"

This commit is contained in:
Jenkins 2016-07-18 23:03:47 +00:00 committed by Gerrit Code Review
commit 55c1c575d6
1 changed files with 9 additions and 0 deletions

View File

@ -57,6 +57,15 @@ command::
openstack help openstack help
openstack help server create openstack help server create
If you want to make changes to the OpenStackClient for testing and contribution,
make any changes and then run::
python setup.py develop
or::
pip install -e .
Configuration Configuration
============= =============