PyBrain: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
m (Created page with '== Installation of PyBrain from Source == #Make sure [http://www.scipy.org/Installing_SciPy NumPy and SciPy] are installed.')
 
Line 1: Line 1:
== Installation of PyBrain from Source ==
== Installation of PyBrain from Source ==
#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:
    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

Revision as of 22:55, 29 July 2011

Installation of PyBrain from Source

  • 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