File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 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.
99Nipype for users
1010----------------
1111
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+
1235The installation process is similar to other Python packages.
1336
1437If you already have a Python environment set up, you can do::
You can’t perform that action at this time.
0 commit comments