
Currently, the installation doc is missing the project name for the pip install command. This commit adds the correct project name. Change-Id: I5c65d36344b52c74d8fb823c3bb2703ba097a743
13 lines
202 B
ReStructuredText
13 lines
202 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line::
|
|
|
|
$ pip install oslo.vmware
|
|
|
|
Or, if you have virtualenvwrapper installed::
|
|
|
|
$ mkvirtualenv oslo.vmware
|
|
$ pip install oslo.vmware
|