From: Sergey Matveev Date: Mon, 3 Dec 2018 08:54:30 +0000 (+0300) Subject: Actualize installation examples X-Git-Tag: 3.15~9 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=dbf18ac997f5d80613b402df6ec4679aef391e00 Actualize installation examples --- diff --git a/download.texi b/download.texi index e6d2dfa..1ae15f3 100644 --- a/download.texi +++ b/download.texi @@ -6,11 +6,11 @@ No additional dependencies except Python 2.7/3.x interpreter are required. Preferable way is to download tarball with the signature: @verbatim -% wget http://pygost.cypherpunks.ru/pygost-3.8.tar.xz -% wget http://pygost.cypherpunks.ru/pygost-3.8.tar.xz.sig -% gpg --verify pygost-3.8.tar.xz.sig pygost-3.8.tar.xz -% xz -d < pygost-3.8.tar.xz | tar xf - -% cd pygost-3.8 +% wget http://pygost.cypherpunks.ru/pygost-3.13.tar.xz +% wget http://pygost.cypherpunks.ru/pygost-3.13.tar.xz.sig +% gpg --verify pygost-3.13.tar.xz.sig pygost-3.13.tar.xz +% xz -d < pygost-3.13.tar.xz | tar xf - +% cd pygost-3.13 % python setup.py install @end verbatim @@ -97,7 +97,7 @@ Preferable way is to download tarball with the signature: But also you can use PIP (@strong{no} authentication is performed!): @verbatim -% pip install pygost==3.7 +% pip install pygost==3.13 @end verbatim You @strong{have to} verify downloaded tarballs integrity and