X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=INSTALL;h=bc71b5debf8ce05636403f78f3466b0f9e22d98f;hb=8041023f83244e7bc19c9bb02ae8ba83ffdf654b;hp=f0d49f7352668dc88e3876aba4f2617d711133e0;hpb=34c9c9a4f95eecfee75fc36d75d2ee45d1054a25;p=pygost.git diff --git a/INSTALL b/INSTALL index f0d49f7..bc71b5d 100644 --- a/INSTALL +++ b/INSTALL @@ -3,22 +3,22 @@ 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://www.cypherpunks.ru/pygost/pygost-2.1.tar.xz - % wget http://www.cypherpunks.ru/pygost/pygost-2.1.tar.xz.sig - % gpg --verify pygost-2.1.tar.xz.sig pygost-2.1.tar.xz - % xz -d < pygost-2.1.tar.xz | tar xf - - % cd pygost-2.1 + % 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 % python setup.py install But also you can use PIP (NO authentication is performed!): - % pip install pygost==2.1 + % pip install pygost==2.3 You have to verify downloaded tarballs integrity and authenticity to be sure that you retrieved trusted and untampered software. GNU Privacy Guard is used for that purpose. -For the very first time it it necessary to get signing public key and +For the very first time it is necessary to get signing public key and import it. It is provided below, but you should check alternative resources.