oslo.vmware/doc/source/installation.rst
Ryan Hsu c4fa9f3671 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
2015-01-23 14:54:18 -08:00

202 B

Installation

At the command line:

$ pip install oslo.vmware

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv oslo.vmware
$ pip install oslo.vmware