Documented python setup.py develop

Change-Id: Ic17f17e6c80f54a633676b7e17a899748038f8d6
This commit is contained in:
Lorin Hochstein 2012-05-19 23:19:52 -04:00
parent 0c4e131c6e
commit 14ffd1c1df
1 changed files with 5 additions and 0 deletions

View File

@ -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``