Files
python-octaviaclient/doc/source/installation.rst
Michael Johnson 691393f2f2 Initial setup of the python-octaviaclient repo
This patch is the initial repository setup for python-octaviaclient
using the OpenStack cookiecutter template.

Change-Id: I77eba9ffd276627d31e754f1f823bb19badea24a
2017-03-15 10:20:22 -07:00

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