summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorelie <elie>2002-09-20 07:43:53 +0000
committerelie <elie>2002-09-20 07:43:53 +0000
commit67c01ad9d7ab9b4d2c28038c17dcc4afce062f64 (patch)
treee27860ae57e09bb4a2c11181f1c248e507a40476 /README.txt
parent831ad20e63fda0af8f53325237b299b1d37461e6 (diff)
downloadpysnmp-git-67c01ad9d7ab9b4d2c28038c17dcc4afce062f64.tar.gz
Updated to 2.0.6
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 62f42957..4fc5a529 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-SNMP engine for Python, version 2.0.5
+SNMP engine for Python, version 2.0.6
-------------------------------------
This is a Python implementation of SNMP v.1/v.2c engine. It's general
@@ -46,13 +46,13 @@ directory in the following way (assuming your Python distribution
resides under /usr/local/lib/python):
$ cd /usr/local/lib/python/site-packages
-$ tar xvf /tmp/pysnmp-2.0.5.tar
-$ echo pysnmp-2.0.5 > pysnmp.pth
+$ tar xvf /tmp/pysnmp-2.0.6.tar
+$ echo pysnmp-2.0.6 > pysnmp.pth
Alternatively, the $PYTHONPATH environment variable can be updated to
point to your PySNMP package location (assuming your UNIX shell is bash):
-export PYTHONPATH=/home/ilya/src/py/pysnmp-2.0.5:$PYTHONPATH
+export PYTHONPATH=/home/ilya/src/py/pysnmp-2.0.6:$PYTHONPATH
The latter trick is also known to work on Windows.