]> Cypherpunks.ru repositories - pygost.git/blob - install.texi
Fixed typo in parameter
[pygost.git] / install.texi
1 @node Download
2 @unnumbered Download
3
4 No additional dependencies except Python 2.7/3.x interpreter are required.
5
6 Preferable way is to download tarball with the signature:
7
8 @example
9 $ [fetch|wget] http://www.pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.zst
10 $ [fetch|wget] http://www.pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.zst.@{asc,sig@}
11 [verify signature]
12 $ zstd -d < pygost-@value{VERSION}.tar.zst | tar xf -
13 $ cd pygost-@value{VERSION}
14 $ python setup.py install
15 @end example
16
17 @include download.texi
18 @include integrity.texi
19
20 You can obtain development source code with
21 @command{git clone git://git.cypherpunks.ru/pygost.git}.