Installation ============ Install from PyPI ----------------- .. code-block:: bash pip install mlexplainer Optional Dependencies --------------------- For development and testing: .. code-block:: bash # Install with development dependencies poetry install --with dev,codequality,docs # Or with pip pip install mlexplainer[dev]