File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 4
4
before_install :
5
5
- deactivate
6
6
- sudo apt-get update -qq
7
+ - sudo apt-get install lsb-release
8
+ - source /etc/lsb-release
9
+ - wget -O- http://neuro.debian.net/lists/${DISTRIB_CODENAME}.us-nh | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
10
+ - sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9
11
+ - sudo apt-get update -qq
7
12
- sudo apt-get install -qq python-scipy python-nose
8
13
- sudo apt-get install -qq python-networkx python-traits python-setuptools
9
- - sudo easy_install nibabel
14
+ - sudo apt-get install -qq python-nibabel
15
+ - sudo apt-get install -qq --no-install-recommends fsl afni
16
+ - sudo apt-get install -qq fsl-atlases
17
+ - source /etc/fsl/fsl.sh
10
18
- virtualenv --system-site-packages ~/virtualenv/this
11
19
- source ~/virtualenv/this/bin/activate
12
20
install : python setup.py build_ext --inplace
You can’t perform that action at this time.
0 commit comments