Actions

Install PyMVPA Ubuntu

From ACL@NCU

Revision as of 16:30, 6 January 2016 by Aclexp (talk | contribs)
  1. Install the following python packages
#the pymvpa package
sudo apt-get install python-mvpa2

#the tutorial dataset
sudo apt-get install python-mvpa2-tutorialdata

#scipy version has to be > 0.9
sudo pip install scipy --upgrade

#sciki-learn machine learning package
sudo pip install scikit-learn --upgrade