Files
deb-python-openstacksdk/doc/source/installation.rst
Dean Troyer 6923b2cff9 Docs cleanup
Massage the default cookiecutter-provided structire to remove Sphinx
errors and make it our own.

Change-Id: I2996b793f6ef5881749a9fc3b7ce7d202a6a1349
2014-04-17 12:44:19 -05:00

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