From e94f8125a95b60fe205463206b20f4b70bcb7e28 Mon Sep 17 00:00:00 2001 From: WanNaa Date: Thu, 21 May 2026 12:48:02 +0000 Subject: [PATCH] Clarify examples extra wording in installation docs --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 9e89f52..513777a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -44,9 +44,9 @@ For editable development: python -m pip install -e . ``` -## Install PILOT/demo dependencies +## Install PILOT and demo dependencies -The `examples` extra primarily supports the PILOT demo and related optional workflows. It includes packages such as `easydict`, `Pillow`, `PyYAML`, `scikit-learn`, `timm`, and `umap-learn`. +The `examples` extra primarily supports the PILOT benchmark integration and related optional workflows. It includes packages such as `easydict`, `Pillow`, `PyYAML`, `scikit-learn`, `timm`, and `umap-learn`. The minimal scripts under `examples/infty_minimal/` use only the core INFTY installation.