Skip to content

Commit

Permalink
readme update to import example
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Petre committed Oct 28, 2024
1 parent 6a92b5d commit 5f6c7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CanlabCore/nipype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import sys
package_directory = '<path_to_canlabCoreRepo>/CanlabCore/nipype/'
if package_directory not in sys.path:
sys.path.insert(0, package_directory)
import canlabCore
import canlabCore.preproc as canlabCorePreproc
```

These interfaces will run matlab code from canlabCore on data provided
Expand Down

0 comments on commit 5f6c7f9

Please sign in to comment.