Installation#
Install from PyPI:
pip install respredai
Or install from source:
git clone https://github.com/EttoreRocchi/ResPredAI.git
cd ResPredAI
# For development (includes pytest)
pip install -e ".[dev]"
Testing the Installation#
Verify the installation:
respredai --version