Installation

Using it within python

Requirements

  • Python 3.9 or higher

It is known to work on Windows, Linux and Mac OS X.

pip

python -m pip install glassure

The graphical user interface for Glassure can then be started with:

glassure

in the command line.

Development version for contributing

Glassure uses poetry for dependency management. To install poetry, follow the instructions on their website. Then, clone the forked repository and install the dependencies:

poetry install

To start the graphical user interface, run:

poetry run glassure

or activate the virtual environment with:

poetry shell

and then run:

glassure

Further documentation on how to use poetry can be found on the poetry website.

Executable

Currently, there are no executables or direct installers available. If you really need this for your setup, please contact me (clemens.prescher@gmail.com).