Installation

Requirements

geppy can only work in Python 3.4 or higher, and geppy depends on DEAP. If you haven’t installed DEAP yet, it will be installed automatically when you install geppy.

Install geppy

Install from PyPI with pip

We encourage you to use pip to install geppy on your system.

pip install geppy

Install from source

If you wish to build from sources, download or clone the repository. First change into the root directory (the one containing setup.py)

cd geppy

Then, install from source with pip

pip install .

(Note there is a dot at the end of the above command.)