File: index.rst

package info (click to toggle)
python-cliff 4.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: python: 5,207; makefile: 32; sh: 21
file content (33 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
==============
 Installation
==============

Python Versions
===============

cliff is being developed under Python 3.

.. _install-basic:

Basic Installation
==================

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_. For example::

    $ pip install cliff

.. _pip: http://pypi.python.org/pypi/pip

Source Code
===========

The source is hosted on OpenDev: https://opendev.org/openstack/cliff

Reporting Bugs
==============

Please report bugs through the storyboard:
https://storyboard.openstack.org/#!/project/openstack/cliff