
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
380 B
380 B
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 .