UNIX based platforms
====================

In order to install DEAP from sources, change directory to the root of deap and type in :

$ python setup.py install

This will try to install deap into your package directory, you might need permissions to write to this directory.

Windows
=======

Not tried yet ... tell us if it works.

Options
=======

You might want to install this software somewhere else by addind the prefix options to the installation.

$ python setup.py install --prefix=somewhere/else

Other basic options are provided by the building tools of Python, see http://docs.python.org/install/ for more information.