Codebase list deap / 029fc8d8-e205-4d4f-a35e-cd91d531d75a/main INSTALL.txt
029fc8d8-e205-4d4f-a35e-cd91d531d75a/main

Tree @029fc8d8-e205-4d4f-a35e-cd91d531d75a/main (Download .tar.gz)

INSTALL.txt @029fc8d8-e205-4d4f-a35e-cd91d531d75a/mainraw · history · blame

================================
UNIX based platforms and Windows
================================

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. 

=======
Options
=======

Prefix
++++++

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
+++++

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