File: INSTALL.txt

package info (click to toggle)
python-iplib 1.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 144 kB
  • ctags: 172
  • sloc: python: 936; makefile: 31
file content (22 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

  Requirements
  ------------

* Python version 2.3 or later.


  Install
  -------

Type, as root user:
   python ./setup.py install

If it doesn't work, copy the 'iplib.py' module it in your local
site-packages directory (i.e. /usr/local/lib/python2.4/site-packages/
or /usr/lib/python2.4/site-packages/ if you're using Python 2.4).

Copy the example scripts 'ipconv.py', 'nmconv.py' and 'cidrinfo.py' from
the ./bin directory to a directory included in your PATH environment
variable (/usr/bin/ or /usr/local/bin/).