summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2002-06-21 12:00:38 +0000
committerelie <elie>2002-06-21 12:00:38 +0000
commitdd9e3481170378cd2a07cffe1d8fd357f5bbecb0 (patch)
tree30fb74dd439af12f1139cf2bbf633d7160086afa
parent1ce3f59dabc0a3c5dbec8a473c0584caa840766f (diff)
downloadpysnmp-dd9e3481170378cd2a07cffe1d8fd357f5bbecb0.tar.gz
Turned to version 2.0.3
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index ae0e56d..dcff08e 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-SNMP engine for Python, version 2.0.2
+SNMP engine for Python, version 2.0.3
-------------------------------------
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.2.tar
-$ echo pysnmp-2.0.2 > pysnmp.pth
+$ tar xvf /tmp/pysnmp-2.0.3.tar
+$ echo pysnmp-2.0.3 > 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.2:$PYTHONPATH
+export PYTHONPATH=/home/ilya/src/py/pysnmp-2.0.3:$PYTHONPATH
The latter trick is also known to work on Windows.