summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorin Hochstein <lorin@nimbisservices.com>2012-05-19 23:19:52 -0400
committerLorin Hochstein <lorin@nimbisservices.com>2012-05-21 12:39:35 -0400
commit14ffd1c1df80fa771d9defc36a6b7ff082f2f810 (patch)
tree2e3239d2165948bbce024b94a8d683a4970c01fc
parent0c4e131c6ea6f6756e0d6cb2f5dd6e2a399d7829 (diff)
downloadpython-openstackclient-14ffd1c1df80fa771d9defc36a6b7ff082f2f810.tar.gz
Documented python setup.py develop
Change-Id: Ic17f17e6c80f54a633676b7e17a899748038f8d6
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 9b6b58ef..0078147f 100644
--- a/README.rst
+++ b/README.rst
@@ -40,6 +40,11 @@ then build the egg, and install the client into the virtualenv::
.. _virtualenvwrapper: http://www.doughellmann.com/projects/virtualenvwrapper
+If you want to work in development mode, do this instead::
+
+ mkvirtualenv openstackclient
+ pip install -r tools/pip-requires
+ python setup.py develop
Toxicity tests can be ran simply by running ``run_tests.sh``