summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2013-05-03 09:59:30 +0000
committerelie <elie>2013-05-03 09:59:30 +0000
commitfa8e66c5f4367a1e39b53dcddc133d084b10400f (patch)
treea925dc1ac09db2ac1da195588eb788042a05e918
parent3f20cc46c0ead4627f6c327e0c8cfc3f8bf38c68 (diff)
downloadpyasn1-fa8e66c5f4367a1e39b53dcddc133d084b10400f.tar.gz
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index ffa3b57..516fc2b 100644
--- a/README
+++ b/README
@@ -31,11 +31,10 @@ $ easy_install pyasn1
or
-$ tar zxf pyasn1-0.1.3.tar.gz
-$ cd pyasn1-0.1.3
+$ tar zxf pyasn1-0.1.7.tar.gz
+$ cd pyasn1-0.1.7
$ python setup.py install
-$ cd test
-$ python suite.py # run unit tests
+$ python setup.py test # run unit tests (optional)
OPERATION
---------