Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading