X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=INSTALL;h=33b66957b6fa9c3e821e24de7ccd84f2140d60ce;hb=0fcc8bc147ada51d2a9a912f18ac362d54b7d49a;hp=bc71b5debf8ce05636403f78f3466b0f9e22d98f;hpb=43c522faee89166f0cec34e2747e59afe21d72af;p=pygost.git diff --git a/INSTALL b/INSTALL index bc71b5d..33b6695 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-2.3.tar.xz - % wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz.sig - % gpg --verify pygost-2.3.tar.xz.sig pygost-2.3.tar.xz - % xz -d < pygost-2.3.tar.xz | tar xf - - % cd pygost-2.3 + % 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==2.3 + % 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,7 +27,5 @@ resources. uid PyGOST releases Look in PUBKEY.asc file. - % gpg --keyserver hkp://keys.gnupg.net/ --recv-keys 0xE6FD1269CD0C009E % 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 pka --locate-keys pygost at cypherpunks dot ru