X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=INSTALL;h=c65caaa157269a75027705a30241a8ada9569f51;hp=bc71b5debf8ce05636403f78f3466b0f9e22d98f;hb=e61010b70dc7bd2f9f44148db5b77ee60f7d22c8;hpb=d8d7da8827cc499bb2b2568fb410429915cd0975 diff --git a/INSTALL b/INSTALL index bc71b5d..c65caaa 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