Skip to content

Install from PyPI

The simplest way to install EvoToolkit is via pip.


Basic Installation

pip install evotoolkit

Optional Dependencies

EvoToolkit provides optional extras for specific tasks. For example, to enable CUDA kernel engineering tasks:

pip install evotoolkit[cuda_engineering]