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
13 lines
256 B
ReStructuredText
13 lines
256 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line::
|
|
|
|
$ pip install python-brick-cinderclient-ext
|
|
|
|
Or, if you have virtualenvwrapper installed::
|
|
|
|
$ mkvirtualenv python-brick-cinderclient-ext
|
|
$ pip install python-brick-cinderclient-ext
|