@@ -6,7 +6,7 @@ Installation
66
77There are two ways to get *fMRIPrep * installed:
88
9- * within a `Manually Prepared Environment (Python 3.5 +) `_, also known as
9+ * within a `Manually Prepared Environment (Python 3.7 +) `_, also known as
1010 *bare-metal installation *; or
1111* using container technologies (RECOMMENDED), such as :ref: `run_docker `
1212 or :ref: `run_singularity `.
@@ -55,10 +55,10 @@ You can check your `Docker Engine`_ installation running their ``hello-world`` i
5555 $ docker run --rm hello-world
5656
5757If you have a functional installation, then you should obtain the following output. ::
58-
58+
5959 Hello from Docker!
6060 This message shows that your installation appears to be working correctly.
61-
61+
6262 To generate this message, Docker took the following steps:
6363 1. The Docker client contacted the Docker daemon.
6464 1. The Docker daemon pulled the "hello-world" image from the Docker Hub.
@@ -67,19 +67,19 @@ If you have a functional installation, then you should obtain the following outp
6767 executable that produces the output you are currently reading.
6868 1. The Docker daemon streamed that output to the Docker client, which sent it
6969 to your terminal.
70-
70+
7171 To try something more ambitious, you can run an Ubuntu container with:
7272 $ docker run -it ubuntu bash
73-
73+
7474 Share images, automate workflows, and more with a free Docker ID:
7575 https://hub.docker.com/
76-
76+
7777 For more examples and ideas, visit:
7878 https://docs.docker.com/get-started/
7979
8080After checking your Docker Engine is capable of running Docker images, then go ahead
8181and `check out our documentation <docker.html >`_ to run the *fMRIPrep * image.
82- The list of Docker images ready to use is found at the `Docker Hub `_,
82+ The list of Docker images ready to use is found at the `Docker Hub `_,
8383under the ``poldracklab/fmriprep `` identifier.
8484
8585The ``fmriprep-docker `` wrapper
@@ -106,7 +106,7 @@ Please make sure you `follow our tips and tricks to run fMRIPrep's Singularity i
106106<singularity.html> `_.
107107
108108
109- Manually Prepared Environment (Python 3.5 +)
109+ Manually Prepared Environment (Python 3.7 +)
110110===========================================
111111
112112.. warning ::
@@ -121,7 +121,7 @@ A relatively interpretable description of how your environment can be set-up
121121is found in the `Dockerfile <https://github.com/poldracklab/fmriprep/blob/master/Dockerfile >`_.
122122As an additional installation setting, FreeSurfer requires a license file (see :ref: `fs_license `).
123123
124- On a functional Python 3.5 (or above) environment with ``pip `` installed,
124+ On a functional Python 3.7 (or above) environment with ``pip `` installed,
125125*fMRIPRep * can be installed using the habitual command ::
126126
127127 $ python -m pip install fmriprep
@@ -134,7 +134,7 @@ Check your installation with the ``--version`` argument ::
134134External Dependencies
135135---------------------
136136
137- *fMRIPRep * is written using Python 3.5 (or above), and is based on
137+ *fMRIPRep * is written using Python 3.7 (or above), and is based on
138138nipype _.
139139
140140*fMRIPRep * requires some other neuroimaging software tools that are
0 commit comments