summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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
=============