Skip to content

Commit 85f30ef

Browse files
committed
DOC: Update installation guide
1 parent d8eee6a commit 85f30ef

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

docs/installation.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Installation
66
There are two ways to install *fMRIPrep*:
77

88
* 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
1010
*bare-metal installation*.
1111

1212
The ``fmriprep`` command-line adheres to the `BIDS-Apps recommendations
@@ -42,8 +42,18 @@ or `Singularity <https://www.nipreps.org/apps/singularity/>`__ subsections.
4242
The *NiPreps* portal also contains
4343
`extended details of execution with the Docker wrapper <https://www.nipreps.org/apps/docker/#running-a-niprep-with-a-lightweight-wrapper>`__.
4444

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+
============================================
4757

4858
.. warning::
4959

@@ -56,7 +66,7 @@ A relatively interpretable description of how your environment can be set-up
5666
is found in the `Dockerfile <https://github.com/nipreps/fmriprep/blob/master/Dockerfile>`_.
5767
As an additional installation setting, FreeSurfer requires a license file (see :ref:`fs_license`).
5868

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,
6070
*fMRIPrep* can be installed using the habitual command ::
6171

6272
$ python -m pip install fmriprep

0 commit comments

Comments
 (0)