X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dhcp.git/blobdiff_plain/5b5216809d7e7d0e78df31d274c2e97eb77be2c2..9007b014f45be76bf183371353068bab12b749f6:/code/pydhcplib/README diff --git a/code/pydhcplib/README b/code/pydhcplib/README new file mode 100644 index 0000000..04eadbb --- /dev/null +++ b/code/pydhcplib/README @@ -0,0 +1,20 @@ +Pydhcplib is a python library to read/write and encode/decode dhcp +packet on network. + + + +Installation : +-------------- +On Debian Sarge, simply run "./setup.py install". Python modules will be +installed in /usr/lib/python2.X/site-packages/pydhcplib/. + +If you want to install it on a different location, use the --prefix on +the setup.py command line like this : +./setup.py install --prefix=/rootpath/to/your/location/ + + +How to use pydhcplib : +---------------------- +Look in the examples directory to learn how to use the modules. +man pydhcp +man pydhcplib