
Massage the default cookiecutter-provided structire to remove Sphinx errors and make it our own. Change-Id: I2996b793f6ef5881749a9fc3b7ce7d202a6a1349
433 B
433 B
Installation
During Development
Get the source:
$ git clone https://github.com/stackforge/python-openstacksdk
$ python setup.py install
After the Initial Release
At the command line:
$ pip install python-openstacksdk
Or, if you have virtualenvwrapper installed:
$ mkvirtualenv python-openstacksdk
$ pip install python-openstacksdk