From c4fa9f3671a6a76aff58e6d5b385c7ab63d9a2f8 Mon Sep 17 00:00:00 2001 From: Ryan Hsu Date: Fri, 23 Jan 2015 14:49:56 -0800 Subject: [PATCH] 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 --- doc/source/installation.rst | 6 +++--- 1 file 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