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