Last change
on this file since 2009 was
361,
checked in by broder, 17 years ago
|
Splitting pydhcplib off into its own package
Hold onto your hats, folks - this could get messy
|
File size:
557 bytes
|
Line | |
---|
1 | Pydhcplib is a python library to read/write and encode/decode dhcp |
---|
2 | packet on network. |
---|
3 | |
---|
4 | |
---|
5 | |
---|
6 | Installation : |
---|
7 | -------------- |
---|
8 | On Debian Sarge, simply run "./setup.py install". Python modules will be |
---|
9 | installed in /usr/lib/python2.X/site-packages/pydhcplib/. |
---|
10 | |
---|
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/ |
---|
14 | |
---|
15 | |
---|
16 | How to use pydhcplib : |
---|
17 | ---------------------- |
---|
18 | Look in the examples directory to learn how to use the modules. |
---|
19 | man pydhcp |
---|
20 | man pydhcplib |
---|
Note: See
TracBrowser
for help on using the repository browser.