Installation ============= Requirements ------------- - Python 3.9+ (for best results) - `PyMuPDF `_ (required only for PDF chunking) - `pathspec `_ Basic Install -------------- .. code-block:: bash pip install pykomodo==0.3.0 Or from source: .. code-block:: bash git clone https://github.com/duriantaco/pykomodo.git cd pykomodo pip install -e . Optional Tools --------------- - `mypy` for type checking - `pydantic` if you want typed configurations (``pykomodo_config.py`` style) - `pytest` for running tests