@@ -6,7 +6,7 @@ Installation
6
6
There are two ways to install *fMRIPrep *:
7
7
8
8
* using container technologies (RECOMMENDED); or
9
- * within a `Manually Prepared Environment (Python 3.8 +) `_, also known as
9
+ * within a `Manually Prepared Environment (Python 3.10 +) `_, also known as
10
10
*bare-metal installation *.
11
11
12
12
The ``fmriprep `` command-line adheres to the `BIDS-Apps recommendations
@@ -42,8 +42,18 @@ or `Singularity <https://www.nipreps.org/apps/singularity/>`__ subsections.
42
42
The *NiPreps * portal also contains
43
43
`extended details of execution with the Docker wrapper <https://www.nipreps.org/apps/docker/#running-a-niprep-with-a-lightweight-wrapper >`__.
44
44
45
- Manually Prepared Environment (Python 3.8+)
46
- ===========================================
45
+ In short, install the ``fmriprep-docker `` wrapper with pip::
46
+
47
+ $ python -m pip install fmriprep-docker
48
+
49
+ Then run the ``fmriprep-docker `` command-line as if you were running
50
+ ``fmriprep `` on a *bare-metal * installation::
51
+
52
+ $ fmriprep-docker <input_bids_path> <derivatives_path> <analysis_level> <named_options>
53
+
54
+
55
+ Manually Prepared Environment (Python 3.10+)
56
+ ============================================
47
57
48
58
.. warning ::
49
59
@@ -56,7 +66,7 @@ A relatively interpretable description of how your environment can be set-up
56
66
is found in the `Dockerfile <https://github.com/nipreps/fmriprep/blob/master/Dockerfile >`_.
57
67
As an additional installation setting, FreeSurfer requires a license file (see :ref: `fs_license `).
58
68
59
- On a functional Python 3.8 (or above) environment with ``pip `` installed,
69
+ On a functional Python 3.10 (or above) environment with ``pip `` installed,
60
70
*fMRIPrep * can be installed using the habitual command ::
61
71
62
72
$ python -m pip install fmriprep
0 commit comments