Skip to content

Commit 14ffd1c

Browse files
author
Lorin Hochstein
committed
Documented python setup.py develop
Change-Id: Ic17f17e6c80f54a633676b7e17a899748038f8d6
1 parent 0c4e131 commit 14ffd1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ then build the egg, and install the client into the virtualenv::
4040

4141
.. _virtualenvwrapper: http://www.doughellmann.com/projects/virtualenvwrapper
4242

43+
If you want to work in development mode, do this instead::
44+
45+
mkvirtualenv openstackclient
46+
pip install -r tools/pip-requires
47+
python setup.py develop
4348

4449
Toxicity tests can be ran simply by running ``run_tests.sh``
4550

0 commit comments

Comments
 (0)