Skip to content

Commit 9cd4675

Browse files
author
Shoshana Berleant
committed
remove references to requirements.txt in installation instructions
1 parent f4e5525 commit 9cd4675

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/users/install.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ or::
2424

2525
git clone https://github.com/nipy/nipype.git
2626

27-
Check out the list of nipype's `current dependencies <https://github.com/nipy/nipype/blob/master/requirements.txt>`_.
27+
Check out the list of nipype's `current dependencies <https://github.com/shoshber/nipype/blob/master/nipype/info.py#L105>`_.
2828

2929
Install
3030
-------
@@ -61,8 +61,7 @@ If you downloaded the source distribution named something
6161
like ``nipype-x.y.tar.gz``, then unpack the tarball, change into the
6262
``nipype-x.y`` directory and install nipype using::
6363

64-
pip install -r requirements.txt
65-
python setup.py install
64+
pip install -e .
6665

6766
**Note:** Depending on permissions you may need to use ``sudo``.
6867

0 commit comments

Comments
 (0)