Instalation

Installing zroya is pretty straight forward. Just use pypi:

python -m pip install zroya

Installing from source code

For building zroya from source code, Visual C++ Libraries have to be installed in the first place.

Then clone latest version of zroya:

git clone https://github.com/malja/zroya.git

And build it with distutils:

python setup.py build