Documentation

If you are looking for usage instructions, please see the getting started section!

Building from source for Windows

To create binaries for windows on your own machine, follow these steps:
  1. Install a python 3.x version of your choice.
  2. Check out the repository or download it there in the downloads section of bitbucket.
  3. Start python setup.py install to download the Python dependencies.
  4. Start python cx_setup.py build to create the windows binaries. You might need a fixed version of cx_Freeze from here.
  5. You can find the created binaries in the build/ directory.