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:
parent
272d193401
commit
cde07464b5
@ -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
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user