Install Matrix¶
Recommended: dl conda environment¶
conda env update -f environment.yml
conda activate dl
euroflex --version
This is the reference environment for local development, tests, notebooks, and canonical smoke runs.
Package install¶
python -m pip install euroflex-bess-lab
euroflex --version
This is the lightest way to install the public CLI and library surface.
PyPI does not bundle the promoted examples/, notebooks, or docs pages. For the canonical Belgium walkthrough, clone the repository and use the dl environment from the repo root.
The release workflow smoke-tests a clean wheel install from a repository checkout against the canonical Belgium full-stack path.
Docker¶
docker build -t euroflex-bess-lab .
docker run --rm euroflex-bess-lab euroflex --version
The CI pipeline treats Docker build/run and Docker Compose notebook startup as release gates.
Compose notebooks¶
docker compose up notebooks
This starts JupyterLab in the project container with the repository mounted for notebook-first evaluation.
Treat this Compose surface as local-development-only. It is a tokenless notebook convenience for a trusted workstation or private network, not an authenticated shared service.