Difference between revisions of "Install PyMVPA Ubuntu"
From ACL@NCU
(Created page with "#Install the following python packages <pre> sudo apt-get install python-mvpa2 #scipy version has to be > 0.9 sudo pip install scipy --upgrade </pre>") |
|||
Line 1: | Line 1: | ||
#Install the following python packages | #Install the following python packages | ||
<pre> | <pre> | ||
#the pymvpa package | |||
sudo apt-get install python-mvpa2 | sudo apt-get install python-mvpa2 | ||
#the tutorial dataset | |||
sudo apt-get install python-mvpa2-tutorialdata | |||
#scipy version has to be > 0.9 | #scipy version has to be > 0.9 | ||
sudo pip install scipy --upgrade | sudo pip install scipy --upgrade | ||
#sciki-learn machine learning package | |||
sudo pip install sciki-learn --upgrade | |||
</pre> | </pre> |
Revision as of 15:30, 6 January 2016
- 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