diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-05-16 17:17:16 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-05-16 17:17:16 +0000 |
| commit | f3dd77f30aedf6abb47a2790baaa68b07a06805c (patch) | |
| tree | 168dac7d2272ca612f1780da6316190c4c5a68b6 | |
| parent | a7fe774554aa620950ac2f88e25c7a4e1da8dad0 (diff) | |
| parent | fad694e42838d058f83e395d4c7111195e08be1b (diff) | |
| download | python-openstackclient-f3dd77f30aedf6abb47a2790baaa68b07a06805c.tar.gz | |
Merge "Added :: to readme.rst to format correctly."
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,12 +31,12 @@ Getting Started We recommend using a virtualenv to install the client. This description uses `virtualenvwrapper`_ to create the virtualenv. Install the prereqs, -then build the egg, and install the client into the virtualenv: +then build the egg, and install the client into the virtualenv:: mkvirtualenv openstackclient pip install -r tools/pip-requires python setup.py build - easy_install dist/python_openstackclient-0.1-py2.7.egg + easy_install dist/python_openstackclient-0.1-py2.7.egg .. _virtualenvwrapper: http://www.doughellmann.com/projects/virtualenvwrapper |
