X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Finstall.rst;h=40d93837c72543652b071232dc5c69951394eaff;hp=ee3d0fc5860c7359354915fe1998c314320a0baf;hb=ac86b0fe801de06f9b861579e5d566d3cdb3236b;hpb=ddbc1f54ddcf08a4f3728ebbb89a37a97da7f331 diff --git a/doc/install.rst b/doc/install.rst index ee3d0fc..40d9383 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -4,11 +4,11 @@ Install Preferable way is to :ref:`download ` tarball with the signature from `official website `__:: - $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-5.5.tar.xz - $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-5.5.tar.xz.sig - $ gpg --verify pyderasn-5.5.tar.xz.sig pyderasn-5.5.tar.xz - $ xz --decompress --stdout pyderasn-5.5.tar.xz | tar xf - - $ cd pyderasn-5.5 + $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-5.6.tar.xz + $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-5.6.tar.xz.sig + $ gpg --verify pyderasn-5.6.tar.xz.sig pyderasn-5.6.tar.xz + $ xz --decompress --stdout pyderasn-5.6.tar.xz | tar xf - + $ cd pyderasn-5.6 $ python setup.py install # or copy pyderasn.py (+six.py, possibly termcolor.py) to your PYTHONPATH @@ -19,7 +19,7 @@ You can also find it mirrored on :ref:`download ` page. You could use pip (**no** OpenPGP authentication is performed!) with PyPI:: $ cat > requirements.txt <