Revision 0d735aaf docs/installation.rst

b/docs/installation.rst
65 65

  
66 66
        $ sudo apt-get install kamaki
67 67

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

  
71
.. code-block:: console
72

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

  
76 68
.. _installing-from-source-ref:
77 69

  
78 70
Installing from source (git repos.)
......
136 128
    $ cd kamaki
137 129
    $ ./setup build install
138 130

  
139
Install progress and/or ansicolors (optional)
140
"""""""""""""""""""""""""""""""""""""""""""""
131
Install ansicolors / progress
132
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
133

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

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

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

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

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

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

  
153
From source
154
"""""""""""
155

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

  
158
.. code-block:: console
159

  
160
    #For ansicolors
149 161
    $ pip install ansicolors
150 162

  
163
    #For progress
164
    $ pip install progress
165

  
151 166
Mac OS X
152 167
--------
153 168

  

Also available in: Unified diff