
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: Ibde64f2c93bebb429c7d687ef27e107aaae671a5
19 lines
382 B
ReStructuredText
19 lines
382 B
ReStructuredText
============
|
|
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 .
|