We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8b965 commit 07806a9Copy full SHA for 07806a9
1 file changed
utilities/install.py
@@ -81,4 +81,4 @@ def main(argv):
81
subprocess.call(['jupyter', 'serverextension', 'enable', '--py', 'jupyter_geppetto'], cwd='./org.geppetto.frontend.jupyter')
82
83
print("Installing NetPyNE UI python package ...")
84
-subprocess.call(['pip', 'install', '-e', '.', '--no-deps'], cwd='.')
+subprocess.call(['pip', 'install', '-e', '.'], cwd='.')
0 commit comments