Added a note on how to test changes

It's confusing for new contributors to test the client.
Added a quick note to the README explaining how to do so.

Change-Id: I2a185f04bbec7ab01fdd2ab436a5f413f33819e7
This commit is contained in:
Ryan Selden 2016-07-06 20:27:31 +00:00
parent 272d193401
commit cde07464b5
1 changed files with 9 additions and 0 deletions

View File

@ -57,6 +57,15 @@ command::
openstack help
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
=============