Skip to content

Commit cde0746

Browse files
author
Ryan Selden
committed
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
1 parent 272d193 commit cde0746

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ command::
5757
openstack help
5858
openstack help server create
5959

60+
If you want to make changes to the OpenStackClient for testing and contribution,
61+
make any changes and then run::
62+
63+
python setup.py develop
64+
65+
or::
66+
67+
pip install -e .
68+
6069
Configuration
6170
=============
6271

0 commit comments

Comments
 (0)