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.
2 parents 2e9c68e + e6647a3 commit a0ad3b1Copy full SHA for a0ad3b1
docs/installation.rst
@@ -17,4 +17,9 @@ Check your installation with the following command line ::
17
18
External Dependencies
19
---------------------
20
-*nifreeze* requires DIPY_, and ANTs_.
+*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