Skip to content

Commit

Permalink
Modify warning to install ants via brainles
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraMekki0 committed Mar 1, 2024
1 parent d2e2227 commit cb92dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainles_preprocessing/registration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .ANTs.ANTs import ANTsRegistrator
except ImportError:
warnings.warn(
"ANTS package not found. If you want to use it, please install it using 'pip install antspyx'"
"ANTS package not found. If you want to use it, please install it using 'pip install brainles_preprocessing[ants]'"
)

from .niftyreg.niftyreg import NiftyRegRegistrator

0 comments on commit cb92dbe

Please sign in to comment.