]> Cypherpunks.ru repositories - pygost.git/blobdiff - INSTALL
Download link for 3.12 release
[pygost.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 6511f44c905f88a80286cc2a8f5fc90dd4ec623a..3a5242d653eee703231d758943becbb764c6eda7 100644 (file)
--- 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:
 
 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!):
 
     % 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
 Guard is used for that purpose.
 
 
 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.
 
 import it. It is provided below, but you should check alternative
 resources.
 
@@ -30,4 +30,3 @@ resources.
     % gpg --keyserver hkp://keys.gnupg.net/ --recv-keys 0xE6FD1269CD0C009E
     % gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru
     % gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru
     % gpg --keyserver hkp://keys.gnupg.net/ --recv-keys 0xE6FD1269CD0C009E
     % gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru
     % gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru
-    % gpg --auto-key-locate pka --locate-keys pygost at cypherpunks dot ru