cliff is being developed under Python 2.7 and tested with Python 3.5.
cliff depends on setuptools and its pkg_resources module.
cliff should be installed into the same site-packages area where the application and extensions are installed (either a virtualenv or the global site-packages). You may need administrative privileges to do that. The easiest way to install it is using pip:
$ pip install cliff
or:
$ sudo pip install cliff
The source is hosted on github: https://git.openstack.org/cgit/openstack/cliff
Please report bugs through the github project: https://bugs.launchpad.net/python-cliff
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.