@node Download @unnumbered Download No additional dependencies except Python 2.7/3.x interpreter are required. Preferable way is to download tarball with the signature: @example $ [fetch|wget] http://www.pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.zst $ [fetch|wget] http://www.pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.zst.@{asc,sig@} [verify signature] $ zstd -d < pygost-@value{VERSION}.tar.zst | tar xf - $ cd pygost-@value{VERSION} $ python setup.py install @end example @include download.texi @include integrity.texi You can obtain development source code with @command{git clone git://git.cypherpunks.ru/pygost.git}.