X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dhcp.git/blobdiff_plain/5b5216809d7e7d0e78df31d274c2e97eb77be2c2..9007b014f45be76bf183371353068bab12b749f6:/pydhcplib/README diff --git a/pydhcplib/README b/pydhcplib/README deleted file mode 100644 index 04eadbb..0000000 --- a/pydhcplib/README +++ /dev/null @@ -1,20 +0,0 @@ -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