python-brick-cinderclient-ext installation guide typo
The installation guide says the package name is brick-python-cinderclient-ext. However, right package name is python-brick-cinderclient-ext. We need to fix the installation guide. Change-Id: I5b182ba6c8219139b19d8e374b9ed939799d4d98 Closes-Bug: #1706005
This commit is contained in:
parent
6e46cd7b18
commit
7ff79b5ed8
@ -4,9 +4,9 @@ Installation
|
||||
|
||||
At the command line::
|
||||
|
||||
$ pip install brick-python-cinderclient-ext
|
||||
$ pip install python-brick-cinderclient-ext
|
||||
|
||||
Or, if you have virtualenvwrapper installed::
|
||||
|
||||
$ mkvirtualenv brick-python-cinderclient-ext
|
||||
$ pip install brick-python-cinderclient-ext
|
||||
$ mkvirtualenv python-brick-cinderclient-ext
|
||||
$ pip install python-brick-cinderclient-ext
|
||||
|
Loading…
Reference in New Issue
Block a user