Installation ============ Prerequisites ------------- - Python 3.11 or higher - pip (Python package manager) - Virtual environment (recommended) Basic Installation ------------------ Install the package using pip: .. code-block:: bash pip install humancompatible-train Installation from Source ------------------------ To install the development version from source: .. code-block:: bash git clone https://github.com/humancompatible-train.git cd humancompatible-train pip install -e . Optional Dependencies --------------------- For specific features, you may need additional packages: .. code-block:: bash pip install humancompatible-train[examples] # Example notebooks