summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2003-08-27 19:05:12 +0000
committerelie <elie>2003-08-27 19:05:12 +0000
commitdc97f4073752cc1797ca5b89fcd37a77ad093388 (patch)
tree13c1fb8738df4d9824910c0bf8b5cbca861e8347
parentce096f8aa210179f72cbc9fef8d1fac2ba3acdb9 (diff)
downloadpysnmp-dc97f4073752cc1797ca5b89fcd37a77ad093388.tar.gz
Minor changes
-rw-r--r--README10
1 files changed, 4 insertions, 6 deletions
diff --git a/README b/README
index 3352488..b336b0a 100644
--- a/README
+++ b/README
@@ -21,8 +21,6 @@ FEATURES
* Both synchronous and asynchronous IO API support
* Fully documented API with many examples
* Generic, objective ASN.1 framework
-* Partial MIB I/II data types and macros implementation (check
- CVS at SF for recent development)
* 100% Python, works with Python 1.x and later
* MT-safe
@@ -31,7 +29,7 @@ MISFEATURES
* No MIB compiler (though, it's possible to compile ASN.1 code into PySNMP
classes by hand, oh...)
-* No SNMP v.3 support (though, it's almost implemented, check CVS at SF)
+* No SNMP v.3 support (though, it's partially implemented, check CVS at SF)
PRECAUTIONS
-----------
@@ -57,13 +55,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-3.3.1.tar
-$ echo pysnmp-3.3.1 > pysnmp.pth
+$ tar xvf /tmp/pysnmp-3.3.5.tar
+$ echo pysnmp-3.3.5 > 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-3.3.1:$PYTHONPATH
+export PYTHONPATH=/home/ilya/src/py/pysnmp-3.3.5:$PYTHONPATH
The latter trick is also known to work on Windows.