summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-18 23:03:47 +0000
committerGerrit Code Review <review@openstack.org>2016-07-18 23:03:47 +0000
commit55c1c575d63f4e9e6fc3f4dbb6c572e841b513d9 (patch)
treeb2e1d6fd3e9171a3740d70b0bb171b447474cb76
parent86e4b2a374de211b9c4e41db7cfa23034e761aa4 (diff)
parentcde07464b53562011bd6604394e2d420c898915b (diff)
downloadpython-openstackclient-55c1c575d63f4e9e6fc3f4dbb6c572e841b513d9.tar.gz
Merge "Added a note on how to test changes"
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 340a0ea9..8ebc24b5 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
=============