# Installation ## Requirements - Python 3.10 or higher ## pip ```bash python -m pip install glassure ``` ### Development version for contributing Glassure uses poetry for dependency management. To install poetry, follow the instructions on their [website](https://python-poetry.org/docs/#installation). Then, clone the forked repository and install the dependencies: ```bash poetry install ``` Further documentation on how to use poetry can be found on the poetry [website](https://python-poetry.org/docs/basic-usage/).