PyBrain: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 1: Line 1:
== Installation of PyBrain from Source ==
== Installation of PyBrain from Source (Linux) ==
*Make sure [http://www.scipy.org/Installing_SciPy NumPy and SciPy] are installed.
*Make sure [http://www.scipy.org/Installing_SciPy NumPy and SciPy] are installed.
*Get a copy of the most recent PyBrain source code via git:
*Get a copy of the most recent PyBrain source code via git:

Revision as of 07:33, 30 July 2011

Installation of PyBrain from Source (Linux)

  • Make sure NumPy and SciPy are installed.
  • Get a copy of the most recent PyBrain source code via git:
    git clone git://github.com/pybrain/pybrain.git
  • (Optional) Uninstall any existing versions of PyBrain:
    easy_install -m pybrain
  • Install PyBrain from the source:
    cd pybrain
    python setup.py install