File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,29 @@ This page covers the necessary steps to install Nipype.
9
9
Nipype for users
10
10
----------------
11
11
12
+ Using conda
13
+ ~~~~~~~~~~~
14
+
15
+ Installing nipype from the conda-forge channel can be achieved by adding conda-forge to your channels with::
16
+
17
+ conda config --add channels conda-forge
18
+
19
+
20
+ Once the conda-forge channel has been enabled, nipype can be installed with::
21
+
22
+ conda install nipype
23
+
24
+
25
+ It is possible to list all of the versions of nipype available on your platform with::
26
+
27
+ conda search nipype --channel conda-forge
28
+
29
+ For more information, please see https://github.com/conda-forge/nipype-feedstock
30
+
31
+
32
+ Using Pypi
33
+ ~~~~~~~~~~
34
+
12
35
The installation process is similar to other Python packages.
13
36
14
37
If you already have a Python environment set up, you can do::
You can’t perform that action at this time.
0 commit comments