X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=INSTALL;h=3965ef225070b2eb01a7d8e17f1eac03483c643a;hb=39eec912f1876d3437889c5ef9187687460ebda8;hp=33b66957b6fa9c3e821e24de7ccd84f2140d60ce;hpb=b0b7eee2021a490db14e960cb9a514e2f520cb5a;p=pygost.git diff --git a/INSTALL b/INSTALL index 33b6695..3965ef2 100644 --- a/INSTALL +++ b/INSTALL @@ -3,16 +3,16 @@ No additional dependencies except Python 2.7/3.x interpreter are required. Preferable way is to download tarball with the signature from official website: - % wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz - % wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz.sig - % gpg --verify pygost-3.7.tar.xz.sig pygost-3.7.tar.xz - % xz -d < pygost-3.7.tar.xz | tar xf - - % cd pygost-3.7 - % python setup.py install + $ wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz + $ wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz.sig + $ gpg --verify pygost-3.7.tar.xz.sig pygost-3.7.tar.xz + $ xz -d < pygost-3.7.tar.xz | tar xf - + $ cd pygost-3.7 + $ python setup.py install But also you can use PIP (NO authentication is performed!): - % pip install pygost==3.7 + $ pip install pygost==3.7 You have to verify downloaded tarballs integrity and authenticity to be sure that you retrieved trusted and untampered software. GNU Privacy @@ -27,5 +27,5 @@ resources. uid PyGOST releases Look in PUBKEY.asc file. - % gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru - % gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru + $ gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru + $ gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru