PyBrain: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:
This long version takes you all the way through installing the latest version of python, ipython, NumPy, and SciPy... Hopefully this is not necessary for you to do.
This long version takes you all the way through installing the latest version of python, ipython, NumPy, and SciPy... Hopefully this is not necessary for you to do.
*Download and install the latest version of Python (2.7+) via that .dmg from the [http://www.python.org/download/ website]
*Download and install the latest version of Python (2.7+) via that .dmg from the [http://www.python.org/download/ website]
*Download [http://ipython.org/ ipython] if you please...
*Go through the instructions [http://www.scipy.org/Installing_SciPy/Mac_OS_X here] to install NumPy and SciPy. Pay attention to the following points:

Revision as of 20:48, 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)

This long version takes you all the way through installing the latest version of python, ipython, NumPy, and SciPy... Hopefully this is not necessary for you to do.

  • Download and install the latest version of Python (2.7+) via that .dmg from the website
  • Download ipython if you please...
  • Go through the instructions here to install NumPy and SciPy. Pay attention to the following points: