Install PyMVPA Ubuntu

From ACL@NCU
Revision as of 15:30, 6 January 2016 by Aclexp (talk | contribs)
Jump to navigation Jump to search
  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 sciki-learn --upgrade