We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e710adb commit 4675e56Copy full SHA for 4675e56
1 file changed
utilities/install.py
@@ -46,7 +46,7 @@ def main(argv):
46
clone('https://github.com/openworm/pygeppetto.git','pygeppetto','development')
47
subprocess.call(['pip', 'install', '-e', '.'], cwd='./pygeppetto/')
48
49
-clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','py3')
+clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','ui')
50
subprocess.call(['pip', 'install', '-e', '.'], cwd='./netpyne/')
51
52
clone('https://github.com/openworm/org.geppetto.frontend.jupyter.git','org.geppetto.frontend.jupyter','py3','', True )
0 commit comments