summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorelie <elie>2002-06-07 07:04:37 +0000
committerelie <elie>2002-06-07 07:04:37 +0000
commit76f8e6d9cd241976660dad833e639b71e759789c (patch)
tree0c7cde66d962b4868a68f722f02a790230932e8e /README.txt
parent92bb25a354b2325d047a9f32a8ce05f9af1ff878 (diff)
downloadpysnmp-git-76f8e6d9cd241976660dad833e639b71e759789c.tar.gz
Turned to version 2.0.2
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 1e8cf540..ae0e56dd 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-SNMP engine for Python, version 2.0.1
+SNMP engine for Python, version 2.0.2
-------------------------------------
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.1.tar
-$ echo pysnmp-2.0.1 > pysnmp.pth
+$ tar xvf /tmp/pysnmp-2.0.2.tar
+$ echo pysnmp-2.0.2 > 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.1:$PYTHONPATH
+export PYTHONPATH=/home/ilya/src/py/pysnmp-2.0.2:$PYTHONPATH
The latter trick is also known to work on Windows.