PyBrain: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Mschachter (talk | contribs)
Mschachter (talk | contribs)
Line 1: Line 1:
== Installation of PyBrain from Source (Linux) ==
== 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.
*(Optional) Uninstall any existing versions of PyBrain:
    easy_install -m pybrain
*Get a copy of the most recent PyBrain source code via git:
*Get a copy of the most recent PyBrain source code via git:
     git clone git://github.com/pybrain/pybrain.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:
*Install PyBrain from the source:
     cd pybrain
     cd pybrain
     python setup.py install
     python setup.py install

Revision as of 07:33, 30 July 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