We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1ce2c commit 4af4cdaCopy full SHA for 4af4cda
1 file changed
utilities/install.py
@@ -49,8 +49,8 @@ def main(argv):
49
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 )
53
-checkout('geppetto', 'py3','org.geppetto.frontend.jupyter/src/jupyter_geppetto/')
+clone('https://github.com/openworm/org.geppetto.frontend.jupyter.git','org.geppetto.frontend.jupyter','development','', True )
+checkout('geppetto', 'development','org.geppetto.frontend.jupyter/src/jupyter_geppetto/')
54
clone('https://github.com/MetaCell/geppetto-netpyne.git','geppetto-netpyne','0.4','org.geppetto.frontend.jupyter/src/jupyter_geppetto/geppetto/src/main/webapp/extensions/')
55
56
print("Enabling Geppetto NetPyNE Extension ...")
0 commit comments