Skip to content

Commit 07806a9

Browse files
committed
revert no deps param
1 parent 7a8b965 commit 07806a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ def main(argv):
8181
subprocess.call(['jupyter', 'serverextension', 'enable', '--py', 'jupyter_geppetto'], cwd='./org.geppetto.frontend.jupyter')
8282

8383
print("Installing NetPyNE UI python package ...")
84-
subprocess.call(['pip', 'install', '-e', '.', '--no-deps'], cwd='.')
84+
subprocess.call(['pip', 'install', '-e', '.'], cwd='.')

0 commit comments

Comments
 (0)