Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 962 Bytes

installation.rst

File metadata and controls

37 lines (24 loc) · 962 Bytes

Installation

Requirements

DEAP is compatible with Python 2.7 and 3.4 or higher. The computation distribution requires SCOOP. CMA-ES requires Numpy, and we recommend matplotlib for visualization of results as it is fully compatible with DEAP's API.

Install DEAP

We encourage you to use easy_install or pip to install DEAP on your system. Linux package managers like apt-get, yum, etc. usually provide an outdated version.

easy_install deap

or

pip install deap

If you wish to build from sources, download or clone the repository and type:

python setup.py install