diff --git a/README.md b/README.md index b4e35ac7..f0f1cb77 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,11 @@ graph TD ```bash # PyPI release -pip install imednet +pip install "imednet[pandas]" ``` +> **Note:** The `pandas` library is currently required for core functionality. While listed as optional in configuration, installing without it may cause import errors. + ### Optional Dependencies To use data export features (SQL, Parquet, Excel) or integrations (Airflow), install the relevant extras: