-
Notifications
You must be signed in to change notification settings - Fork 532
DOC more documentation (tutorials) fixes/updates #1485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
discussion with Chris re: better solution
@@ -76,8 +76,14 @@ nose_ installed, then do the following:: | |||
|
|||
you can also test with nosetests:: | |||
|
|||
nosetests --with-doctest /software/nipy-repo/masternipype/nipype | |||
--exclude=external --exclude=testing | |||
nosetests --with-doctest <installation filepath>/nipype --exclude=external --exclude=testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if nipype is already installed this can now be done with: nosetests --with-doctest nipype
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added it as an option
I messed up my branches so the diffs are confusing--sorry about that |
diffs are correct now |
we should also update the initial bit in
|
-> update the install.rst to point to current versions of nipype done! |
No description provided.