
This patch is the initial repository setup for python-octaviaclient using the OpenStack cookiecutter template. Change-Id: I77eba9ffd276627d31e754f1f823bb19badea24a
13 lines
229 B
ReStructuredText
13 lines
229 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line::
|
|
|
|
$ pip install python-octaviaclient
|
|
|
|
Or, if you have virtualenvwrapper installed::
|
|
|
|
$ mkvirtualenv python-octaviaclient
|
|
$ pip install python-octaviaclient
|