From dbf18ac997f5d80613b402df6ec4679aef391e00 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 3 Dec 2018 11:54:30 +0300 Subject: [PATCH] Actualize installation examples --- download.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.44.0