We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e5525 commit 9cd4675Copy full SHA for 9cd4675
doc/users/install.rst
@@ -24,7 +24,7 @@ or::
24
25
git clone https://github.com/nipy/nipype.git
26
27
-Check out the list of nipype's `current dependencies <https://github.com/nipy/nipype/blob/master/requirements.txt>`_.
+Check out the list of nipype's `current dependencies <https://github.com/shoshber/nipype/blob/master/nipype/info.py#L105>`_.
28
29
Install
30
-------
@@ -61,8 +61,7 @@ If you downloaded the source distribution named something
61
like ``nipype-x.y.tar.gz``, then unpack the tarball, change into the
62
``nipype-x.y`` directory and install nipype using::
63
64
- pip install -r requirements.txt
65
- python setup.py install
+ pip install -e .
66
67
**Note:** Depending on permissions you may need to use ``sudo``.
68
0 commit comments