Skip to content

Commit c5b984b

Browse files
committed
add the conda-forge installation path-
1 parent c703e3e commit c5b984b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

doc/users/install.rst

+23
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@ This page covers the necessary steps to install Nipype.
99
Nipype 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+
1235
The installation process is similar to other Python packages.
1336

1437
If you already have a Python environment set up, you can do::

0 commit comments

Comments
 (0)