Skip to content

Installation

River is meant to work with Python 3.8 and above. Installation can be done via pip:

pip install evoautoml

You can install the latest development version from GitHub, as so:

pip install git+https://github.com/kulbachcedric/EvOAutoML --upgrade

Or, through SSH:

pip install git+ssh://git@ggithub.com/kulbachcedric/EvOAutoML.git --upgrade

Feel welcome to open an issue on GitHub if you are having any trouble.