PyBrain: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
     python setup.py install
     python setup.py install


-- Installation of PyBrain from Source (Mac, Long Version) ==
== Installation of PyBrain from Source (Mac, Long Version) ==
*Install python, or use the built-in version from apple.
*Install python, or use the built-in version from apple.

Revision as of 20:05, 2 August 2011

Installation of PyBrain from Source (Linux)

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

Installation of PyBrain from Source (Mac, Long Version)

  • Install python, or use the built-in version from apple.