1 Pydhcplib is a python library to read/write and encode/decode dhcp
8 On Debian Sarge, simply run "./setup.py install". Python modules will be
9 installed in /usr/lib/python2.X/site-packages/pydhcplib/.
11 If you want to install it on a different location, use the --prefix on
12 the setup.py command line like this :
13 ./setup.py install --prefix=/rootpath/to/your/location/
16 How to use pydhcplib :
17 ----------------------
18 Look in the examples directory to learn how to use the modules.