summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hsu <rhsu@vmware.com>2015-01-23 14:49:56 -0800
committerRyan Hsu <rhsu@vmware.com>2015-01-23 14:54:18 -0800
commitc4fa9f3671a6a76aff58e6d5b385c7ab63d9a2f8 (patch)
tree137d221edfa8e4cdab0484607292e8e6e0c8299b
parentf1dcd53f2dd3bba3d8d60e977a5432b80ba3808a (diff)
downloadoslo-vmware-c4fa9f3671a6a76aff58e6d5b385c7ab63d9a2f8.tar.gz
Fix missing project name in installation doc
Currently, the installation doc is missing the project name for the pip install command. This commit adds the correct project name. Change-Id: I5c65d36344b52c74d8fb823c3bb2703ba097a743
-rw-r--r--doc/source/installation.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/installation.rst b/doc/source/installation.rst
index 5c01c7a..e7a6f4d 100644
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -4,9 +4,9 @@ Installation
At the command line::
- $ pip install
+ $ pip install oslo.vmware
Or, if you have virtualenvwrapper installed::
- $ mkvirtualenv
- $ pip install \ No newline at end of file
+ $ mkvirtualenv oslo.vmware
+ $ pip install oslo.vmware