Files
python-brick-cinderclient-ext/doc/source/installation.rst
yongiman 7ff79b5ed8 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
2017-07-24 18:05:32 +09:00

256 B

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