Revision 8d53117b INSTALL

b/INSTALL
57 57
  $ apt-get install lvm2 ssh bridge-utils iproute iputils-arping \
58 58
                    ndisc6 python python-pyopenssl openssl \
59 59
                    python-pyparsing python-simplejson \
60
                    python-pyinotify python-pycurl socat fping
60
                    python-pyinotify python-pycurl socat fping \
61
                    python-ipaddr python-bitarray
61 62

  
62 63
Note that this does not install optional packages::
63 64

  
......
69 70

  
70 71
  $ apt-get install python-setuptools python-dev
71 72
  $ cd / && sudo easy_install \
72
            affinity
73
            affinity \
74
            bitarray \
75
            ipaddr \
73 76

  
74 77

  
75 78
On Fedora to install all required packages except RBD, DRBD and Xen::
76 79

  
77 80
  $ yum install openssh openssh-clients bridge-utils iproute ndisc6 \
78 81
                pyOpenSSL pyparsing python-simplejson python-inotify \
79
                python-lxm socat fping
82
                python-lxm socat fping python-bitarray python-ipaddr
80 83

  
81 84
For optional packages use the command::
82 85

  

Also available in: Unified diff