From 78cd86be0b6fccccd1f8283119c4e882fa4b1d1a Mon Sep 17 00:00:00 2001 From: YuYang Date: Mon, 17 Jul 2017 16:23:10 +0800 Subject: [PATCH] VMware-NSX:add install doc command add the install doc with command for vmware-nsx. and change the oslo.vmware to vmware-nsx Change-Id: I68c6584acabe57e8deab279241cce31e569d3ce0 --- doc/source/index.rst | 2 +- doc/source/installation.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 65a7168525..928b6ade85 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,4 +1,4 @@ -Welcome to oslo.vmware's documentation! +Welcome to vmware-nsx's documentation! ======================================= Contents: diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 5c01c7ae5f..8fb8412dea 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -4,9 +4,9 @@ Installation At the command line:: - $ pip install + $ pip install vmware-nsx Or, if you have virtualenvwrapper installed:: - $ mkvirtualenv - $ pip install \ No newline at end of file + $ mkvirtualenv vmware-nsx + $ pip install vmware-nsx