Skip to content

Installation

Info

This project requires Python 3.12+.

To quickly add the constraint handler to an existing project, run the following command:

pip install -i https://test.pypi.org/simple/ constraint-handler

To install the project for development it is best to install it in editable mode directly from source:

git clone https://github.com/potassco/constraint-handler
cd constraint-handler
pip install -e .[dev]