python-storyboardclient/doc/source/installation.rst

382 B

Installation

Clone the repo:

$ git clone https://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 .