From cde07464b53562011bd6604394e2d420c898915b Mon Sep 17 00:00:00 2001 From: Ryan Selden Date: Wed, 6 Jul 2016 20:27:31 +0000 Subject: [PATCH] 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 --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 340a0ea9e..8ebc24b50 100644 --- a/README.rst +++ b/README.rst @@ -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 =============