Installation¶
From source¶
- Clone the repository
git clone https://github.com/jpsferreira/hyper-surrogate.git
cd hyper-surrogate
- Install dependencies
poetry install
or
uv install
- Load python environment
poetry shell
or
source .venv/bin/activate
- Run tests
pytest
From PyPI¶
pip install hyper-surrogate
poetry add hyper-surrogate
uv add hyper-surrogate