From 14ffd1c1df80fa771d9defc36a6b7ff082f2f810 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein <lorin@nimbisservices.com> Date: Sat, 19 May 2012 23:19:52 -0400 Subject: [PATCH] Documented python setup.py develop Change-Id: Ic17f17e6c80f54a633676b7e17a899748038f8d6 --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 9b6b58ef1a..0078147f15 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``