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
This commit is contained in:
Ryan Hsu 2015-01-23 14:49:56 -08:00
parent f1dcd53f2d
commit c4fa9f3671

View File

@ -4,9 +4,9 @@ Installation
At the command line::
$ pip install
$ pip install oslo.vmware
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv
$ pip install
$ mkvirtualenv oslo.vmware
$ pip install oslo.vmware