Skip to content

Commit

Permalink
Remove any reference to cTools in installation documents.
Browse files Browse the repository at this point in the history
--HG--
branch : dev
  • Loading branch information
cmd-ntrf authored and felix.antoine.fortin committed Jun 19, 2013
1 parent 638cac1 commit 1f6f742
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
11 changes: 0 additions & 11 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ You might want to install this software somewhere else by addind the prefix opti

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

cTools
++++++

DEAP is shipped with a module named 'cTools' which provides a C++ implementation of NSGA-II.
In order to install this module, you need to have previously installed Python headers for your distirbution
and have C++ compiler. For example, on Ubuntu, it requires you to install the following packages :
gcc and python-dev. Once all requirement are fulfilled, you can build/install DEAP with the cTools module with
the following option '--with-ctools' :

$ python setup.py install --with-ctools

Other
+++++

Expand Down
7 changes: 1 addition & 6 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,5 @@ If you wish to build from sources, download_ or clone_ the repository and type::
.. _download: https://code.google.com/p/deap/downloads/list
.. _clone: https://code.google.com/p/deap/source/checkout

Building from sources allows you to build the cTools, which includes a C++ version
of the NSGA-II algorithm. To enable it, add the ``--with-ctools`` option. ::

python setup.py install --with-ctools

.. _easy_install: http://pythonhosted.org/distribute/easy_install.html
.. _pip: http://www.pip-installer.org/en/latest/
.. _pip: http://www.pip-installer.org/en/latest/

0 comments on commit 1f6f742

Please sign in to comment.