]> Cypherpunks.ru repositories - pygost.git/commitdiff
Actualize installation examples
authorSergey Matveev <stargrave@stargrave.org>
Mon, 3 Dec 2018 08:54:30 +0000 (11:54 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 9 Dec 2018 10:01:32 +0000 (13:01 +0300)
download.texi

index e6d2dfac04aaf8e6e74bdefefca2e798e496fce7..1ae15f33f7cca22415549c4a9c0ae7e6eedd3c76 100644 (file)
@@ -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