Skip to content

Installation

Install the core SDK:

pip install evotoolkit

This is enough if you want to:

  • build your own PythonTask or StringTask
  • run the built-in methods on your own objectives
  • use EvoToolkit as a runtime dependency in another package

For local development inside the repository:

uv sync --group dev