Skip to content

Commit 7d28ab9

Browse files
committed
add wget back into run_and_explore
1 parent bf750f6 commit 7d28ab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_and_explore.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"#@title Run once to install NiMARE (~1 minute)\n",
2525
"%%capture --no-display --no-stderr\n",
2626
"%%bash\n",
27+
"wget https://raw.githubusercontent.com/neurostuff/neurosynth-compose-notebook/main/requirements.txt\n",
2728
"pip install -r requirements.txt"
2829
]
2930
},

0 commit comments

Comments
 (0)