python-storyboardclient/doc/source/installation.rst
Zara c0a604b432 Update Docs
The installation instructions were incorrect; they advised the user to
install a package via pip that was not registered in pypi. This patch
changes the installation instructions to ones that work. To avoid
confusion, this patch also notes that the client does not run via a
command, but can just be imported into other scripts.

Change-Id: If34a26dc78641daf0be90dab4a7f788dc72db4bb
2016-03-29 17:53:59 +00:00

19 lines
380 B
ReStructuredText

============
Installation
============
Clone the repo::
$ git clone git://git.openstack.org/openstack-infra/python-storyboardclient
Inside the repo, on the command line::
$ sudo python setup.py install
$ pip install .
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv python-storyboardclient
$ sudo python setup.py install
$ pip install .