Installation
============

Run this command as root:
   ./setup.py install

Or using sudo program:
   sudo python setup.py install

Dependencies
============

 * Linux kernel: 2.6.14+
   http://www.kernel.org/
 * libnetfilter_conntrack 0.0.50+ (January 2007)
   http://www.netfilter.org/projects/libnetfilter_conntrack/
 * Python 2.3+
   http://www.python.org/
 * IPy 0.50+
   http://software.inl.fr/trac/trac.cgi/wiki/IPy
   Debian package: python-ipy
 * ctypes 1.0+ (only for Python < 2.5)
   http://starship.python.net/crew/theller/ctypes/
   Debian package: python-ctypes

