Revision 03d661d8 docs/installation.rst

b/docs/installation.rst
36 36
.. code-block:: console
37 37

  
38 38
    $ virtualenv kamaki-env
39

  
40 39
    $ source kamaki-env/bin/activate
41 40

  
42 41
A more detailed example of using virtual env can be found at the `snf-image-creator setup guide <http://docs.dev.grnet.gr/snf-image-creator/latest/install.html#python-virtual-environment>`_
......
49 48
.. code-block:: console
50 49

  
51 50
    $ git clone http://code.grnet.gr/git/synnefo
52

  
53 51
    $ cd synnefo/snf-common
54

  
55 52
    $ ./setup build install
56

  
57 53
    $ cd -
58 54

  
59 55
3. Install kamaki
......
62 58
.. code-block:: console
63 59

  
64 60
    $ git clone http://code.grnet.gr/git/kamaki
65

  
66 61
    $ cd kamaki
67

  
68 62
    $ ./setup build install
69 63

  
70 64
4. Install progress and/or ansicolors (optional)
......
77 71
.. code-block:: console
78 72

  
79 73
    $ pip install progress
80

  
81 74
    $ pip install ansicolors
82 75

  
83 76
Ubuntu and Debian packages
......
122 115
.. code-block:: console
123 116

  
124 117
    $ sudo apt-get install python-ansicolors
125

  
126 118
    $ sudo apt-get install python-progress
127 119

  
128 120
Mac OS X

Also available in: Unified diff