Revision 6fb4af77 docs/installation.rst

b/docs/installation.rst
64 64

  
65 65
        $ sudo apt-get install kamaki
66 66

  
67
Install ansicolors and/or progress (Optional but recommended)
68
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
69

  
70
.. code-block:: console
71

  
72
    $ sudo apt-get install python-ansicolors
73
    $ sudo apt-get install python-progress
74

  
75 67
.. _installing-from-source-ref:
76 68

  
77 69
Installing from source (git repos.)
......
135 127
    $ cd kamaki
136 128
    $ ./setup build install
137 129

  
138
Install progress and/or ansicolors (optional)
139
"""""""""""""""""""""""""""""""""""""""""""""
130
Install ansicolors / progress
131
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
132

  
133
Packages **ansicolors** and **progress** are not required for running kamaki, but
134
they are recommended as a user experience improvement. In specific, ansicolors
135
adds colors to kamaki responses and progress adds progressbars to the commands
136
that can make use of it (*/store download*, */store upload*, */server wait* etc.)
140 137

  
141
progress: command-line progress bars (in some commands)
138
Debian and Ubuntu
139
"""""""""""""""""
142 140

  
143
ansicolors: color kamaki output (can switched on and off in `setup <setup.html>`_)
141
Follow the `Debian <#debian>`_ or `Ubuntu <#ubuntu>`_ installation procedure described earlier
142
and then type:
144 143

  
145 144
.. code-block:: console
146 145

  
147
    $ pip install progress
146
    #For ansicolors
147
    $ sudo apt-get install python-ansicolors
148

  
149
    # For progress
150
    $ sudo apt-get install python-progress
151

  
152
From source
153
"""""""""""
154

  
155
If setuptools is not installed, `install them <http://pypi.python.org/pypi/setuptools>`_ and then type:
156

  
157
.. code-block:: console
158

  
159
    #For ansicolors
148 160
    $ pip install ansicolors
149 161

  
162
    #For progress
163
    $ pip install progress
164

  
150 165
Mac OS X
151 166
--------
152 167

  

Also available in: Unified diff