============== Installation ============== .. note:: There has not been a stable release of python-cratonclient to PyPI yet. To install the current version in development use: .. code:: pip install git+https://git.openstack.org/openstack/python-cratonclient At the command line:: $ pip install python-cratonclient Or, if you have virtualenvwrapper installed:: $ mkvirtualenv python-cratonclient $ pip install python-cratonclient