PyBrain

From Noisebridge
Jump to navigation Jump to search

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