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 .