Installation
Requirements
Python 3.10 or higher
pip
python -m pip install glassure
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
Further documentation on how to use poetry can be found on the poetry website.