Skip to content

Commit 6718e97

Browse files
committed
fix
2 parents b6cbf0b + f08e476 commit 6718e97

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ First, install neurodebian-travis::
5858

5959
Second, install the python packages pip, scipy, nose, nibabel, sklearn, nipype, pandas, matplotlib, nilearn and configobj. If you have a python virtual environment, just run::
6060

61-
$ pip install scipy nose nibabel scikit-learn nipype pandas matplotlib nilearn configobj
61+
$ pip install scipy nose nibabel scikit-learn nipype pandas matplotlib nilearn configobj
6262

6363
If not, make sure to install pip (run: 'sudo apt-get install python-pip'). If you want to install these locally, use the --user option::
64-
64+
6565
$ pip install scipy nose nibabel scikit-learn nipype pandas matplotlib nilearn configobj --user
6666

6767
If you want to install these for all users, use sudo::
@@ -74,21 +74,21 @@ Finally, install pypreprocess itself by running the following in the pypreproces
7474

7575
or simply 'python setup.py install' in a virtual environment.
7676

77-
77+
7878

7979
After Installation: Few steps to configure SPM on your own device
8080
=================================================================
8181
There are three cases:
8282

83-
* If you have used the pypreprocess/continuous_integration/setup_spm.sh or install_spm script, you have nothing to do.
83+
* If you have used the pypreprocess/continuous_integration/setup_spm.sh or install_spm script, you have nothing to do.
8484

8585
* If you have matlab and spm installed, then specify the location of your
86-
SPM installation directory and export this location as SPM_DIR::
86+
SPM installation directory and export this location as SPM_DIR::
8787

8888
$ export SPM_DIR=/path/to/spm/installation/dir
8989

9090
* If you have installed a pre-compiled version of SPM then, specify the
91-
location of the SPM executable and export as SPM_MCR::
91+
location of the SPM executable and export as SPM_MCR::
9292

9393
$ export SPM_MCR=/path/to/spm_mcr_script (script implies spm8.sh)
9494

@@ -97,9 +97,9 @@ Getting started: pypreprocess 101
9797
=================================
9898
Simply ``cd`` to the ``examples/easy_start/`` sub-directory and run the following command::
9999

100-
$ python nipype_preproc_spm_auditory.py
100+
$ python nipype_preproc_spm_auditory.py
101101

102-
If you find nipype errors like "could not configure SPM", this is most likely that the export of SPM_DIR and SPM_MCR (see above) have not been done in this shell.
102+
If you find nipype errors like "could not configure SPM", this is most likely that the export of SPM_DIR and SPM_MCR (see above) have not been done in this shell.
103103

104104
Layout of examples
105105
==================
@@ -134,7 +134,7 @@ Using .ini configuration files to specify pipeline
134134
It is possible (and recommended) to configure the preprocessing pipeline just by copying any of the `.ini` configuration files under the `examples` sub-directory and modifying it (usually, you only need to modify the `dataset_dir` parameter), and then run::
135135

136136
$ python pypreprocess.py your.ini
137-
137+
138138
For example,::
139139

140140
$ python pypreprocess.py examples/easy_start/spm_auditory_preproc.ini
@@ -181,7 +181,7 @@ You can check the latest version of the code with the command::
181181
or if you have write privileges::
182182

183183
$ git clone [email protected]:neurospin/pypreprocess.git
184-
184+
185185
Common problems and fixes
186186
=========================
187187
* libXp.so.6 missing (in ubuntu >= 15.10, for example)
@@ -191,4 +191,4 @@ This is a known is http://askubuntu.com/questions/719839/libxp-so-6-missing-15-1
191191

192192
* when using an 'ini' file, say 'mytest.ini', with ''python preprocessing.py mytest.ini'', there can be a conflict between pypreprocess.py and the pypreprocess module (solution: rename pypreprocess.py into something like pypreprocini.py)
193193

194-
* the cache is not relocatable (because joblib encode the absolute paths): if you are forced to move the cache -- e.g. because of lack of space on a filesystem -- use a symbolic link to let the system believe that the cache is still at the original location.
194+
* the cache is not relocatable (because joblib encode the absolute paths): if you are forced to move the cache -- e.g. because of lack of space on a filesystem -- use a symbolic link to let the system believe that the cache is still at the original location.

0 commit comments

Comments
 (0)