diff --git a/INSTALL b/INSTALL index b8a5bda55367f0833b182cca8f39b56682a8577a..5f72d1bf738a16c21e3c1070b0f399a155a41096 100644 --- a/INSTALL +++ b/INSTALL @@ -57,7 +57,8 @@ packages, except for RBD, DRBD and Xen:: $ apt-get install lvm2 ssh bridge-utils iproute iputils-arping \ ndisc6 python python-pyopenssl openssl \ python-pyparsing python-simplejson \ - python-pyinotify python-pycurl socat fping + python-pyinotify python-pycurl socat fping \ + python-ipaddr python-bitarray Note that this does not install optional packages:: @@ -69,14 +70,16 @@ For example:: $ apt-get install python-setuptools python-dev $ cd / && sudo easy_install \ - affinity + affinity \ + bitarray \ + ipaddr \ On Fedora to install all required packages except RBD, DRBD and Xen:: $ yum install openssh openssh-clients bridge-utils iproute ndisc6 \ pyOpenSSL pyparsing python-simplejson python-inotify \ - python-lxm socat fping + python-lxm socat fping python-bitarray python-ipaddr For optional packages use the command:: diff --git a/doc/devnotes.rst b/doc/devnotes.rst index 941e54886e2f01f04d60f6b45ab5e6036b8dec46..5761304e3f7368dd56c50d44ef477917b6d150af 100644 --- a/doc/devnotes.rst +++ b/doc/devnotes.rst @@ -44,7 +44,7 @@ To generate unittest coverage reports (``make coverage``), `coverage Installation of all dependencies listed here:: - $ apt-get install python-setuptools + $ apt-get install python-setuptools automake git fakeroot $ apt-get install pandoc python-epydoc graphviz $ cd / && sudo easy_install \ sphinx \