Skip to content

Commit a0ad3b1

Browse files
authored
Merge pull request #194 from jhlegarreta/doc/add-external-dep-details
DOC: Improve instructions for required external dependencies
2 parents 2e9c68e + e6647a3 commit a0ad3b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/installation.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@ Check your installation with the following command line ::
1717

1818
External Dependencies
1919
---------------------
20-
*nifreeze* requires DIPY_, and ANTs_.
20+
*nifreeze* requires ANTs_, which is leveraged through the Nipype_ Python
21+
interface for registration purposes. There are
22+
[several ways to install ``ANTs``](https://github.com/ANTsX/ANTs?tab=readme-ov-file#installation).
23+
Notably, the path to the installed binaries needs to be added to the ``PATH`` ::
24+
25+
$ export PATH=/path/to/ants/bin:$PATH

0 commit comments

Comments
 (0)