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:
parent
f1dcd53f2d
commit
c4fa9f3671
@ -4,9 +4,9 @@ Installation
|
|||||||
|
|
||||||
At the command line::
|
At the command line::
|
||||||
|
|
||||||
$ pip install
|
$ pip install oslo.vmware
|
||||||
|
|
||||||
Or, if you have virtualenvwrapper installed::
|
Or, if you have virtualenvwrapper installed::
|
||||||
|
|
||||||
$ mkvirtualenv
|
$ mkvirtualenv oslo.vmware
|
||||||
$ pip install
|
$ pip install oslo.vmware
|
||||||
|
Loading…
Reference in New Issue
Block a user