============ 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