Skip to content

Installationยง

BrickLLM can be installed using pip.

pip install brickllm

Alternatively, using Poetry, which handles dependency management.

# Clone the repository
git clone https://github.com/EURAC-EEBgroup/brickllm-lib.git
cd brickllm-lib

# Install dependencies
poetry install