]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/install.rst
Do not shadow DecodeError for optional field
[pyderasn.git] / doc / install.rst
index 179c3035b4d6fb835ecc130d9d4b353502c24fcf..d03034c86d7a835662d24c0ad5930635521d5ce3 100644 (file)
@@ -4,11 +4,11 @@ Install
 Preferable way is to :ref:`download <download>` tarball with the
 signature from `official website <http://pyderasn.cypherpunks.ru/>`__::
 
-    $ wget http://pyderasn.cypherpunks.ru/pyderasn-3.13.tar.xz
-    $ wget http://pyderasn.cypherpunks.ru/pyderasn-3.13.tar.xz.sig
-    $ gpg --verify pyderasn-3.13.tar.xz.sig pyderasn-3.13.tar.xz
-    $ xz -d < pyderasn-3.13.tar.xz | tar xf -
-    $ cd pyderasn-3.13
+    $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-|VERSION|.tar.xz
+    $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-5.4.tar.xz.sig
+    $ gpg --verify pyderasn-5.4.tar.xz.sig pyderasn-5.4.tar.xz
+    $ xz --decompress --stdout pyderasn-5.4.tar.xz | tar xf -
+    $ cd pyderasn-5.4
     $ python setup.py install
     # or copy pyderasn.py (+six.py, possibly termcolor.py) to your PYTHONPATH