summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLorin Hochstein <lorin@nimbisservices.com>2012-05-16 13:05:18 -0400
committerLorin Hochstein <lorin@nimbisservices.com>2012-05-16 13:05:48 -0400
commitfad694e42838d058f83e395d4c7111195e08be1b (patch)
treefc217ed650afcfb68a7329227b31c20f3be7ef39 /README.rst
parentb8ce56584b590b639e6a797bf1a078ce2c9c2408 (diff)
downloadpython-openstackclient-fad694e42838d058f83e395d4c7111195e08be1b.tar.gz
Added :: to readme.rst to format correctly.
Also zapped a trailing bit of whitespace Change-Id: I49d0306c0e73f096d091c27ba54705d9dbe9c0ca
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index ac1e742e..9b6b58ef 100644
--- a/README.rst
+++ b/README.rst
@@ -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