Revision 961e6040 docs/setup.rst

b/docs/setup.rst
6 6
Requirements
7 7
------------
8 8

  
9
* python 2.6 or better
9
Essential:
10

  
11
 * Python 2.6 or better [http://www.python.org/]
12
 * snf-common 0.10 or better [https://code.grnet.gr/projects/synnefo]
13

  
14
Optional:
15

  
16
 * ANSI colors for Python [http://pypi.python.org/pypi/ansicolors]
17
 * progress [http://pypi.python.org/pypi/progress]
10 18

  
11
* snf-common 0.10 or better
12 19

  
13 20
The snf-common package is part of the Synnefo project of the Greek Research and Development Network and is available from the same official sources as Kamaki (e.g. http://apt.dev.grnet.gr ).
14 21

  
15 22
Optional features
16 23
-----------------
17 24

  
25
For installing any all of the following, consult the `kamaki installation guide <installation.html#install-progress-and-or-ansicolors-optional>`_
26

  
18 27
* ansicolors
19 28
    * Make command line / console user interface responses prettier with text formating (colors, bold, etc.)
20 29
    * Can be switched on/off in kamaki configuration file: colors=on/off
21
    * Installation: pip install ansicolors
22 30

  
23 31
* progress 
24 32
    * Attach progress bars to various kamaki commands (e.g. kamaki store upload)
25
    * Installation: pip install progressbar
26 33
    * Since version 0.6.1 kamaki "requires" progress version 1.0.2 or better
27 34

  
28 35
Any of the above features can be installed at any time before or after kamaki installation.

Also available in: Unified diff