Installation¶
From PyPI¶
!!! info "Python version" hiperhealth requires Python >= 3.10, < 4.
Notebook UI Extra¶
The interactive notebook interface is optional so base installations do not pull in Jupyter widget dependencies:
Use it from a notebook with:
The import is safe in a base install, but calling ui.show() requires the
optional extra.
System Dependencies¶
Some extraction features rely on system packages:
| Package | Purpose |
|---|---|
tesseract |
OCR on image-based medical reports |
libmagic |
MIME type detection |
!!! tip The conda development environment already includes these.
From Source¶
Clone the repository and create the development environment:
Install the package and development tooling:
Verify the Installation¶
Run the test suite:
Build and preview the docs locally: