============ Installation ============ As a User --------- From the command line:: $ pip install python-openstacksdk Or, if you have virtualenvwrapper installed:: $ mkvirtualenv python-openstacksdk $ pip install python-openstacksdk As a Developer -------------- Get the source:: $ git clone https://github.com/stackforge/python-openstacksdk $ python setup.py develop