Skip to content

Commit 4af4cda

Browse files
committed
change branch for installation to development
1 parent ca1ce2c commit 4af4cda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utilities/install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ def main(argv):
4949
clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','ui')
5050
subprocess.call(['pip', 'install', '-e', '.'], cwd='./netpyne/')
5151

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/')
52+
clone('https://github.com/openworm/org.geppetto.frontend.jupyter.git','org.geppetto.frontend.jupyter','development','', True )
53+
checkout('geppetto', 'development','org.geppetto.frontend.jupyter/src/jupyter_geppetto/')
5454
clone('https://github.com/MetaCell/geppetto-netpyne.git','geppetto-netpyne','0.4','org.geppetto.frontend.jupyter/src/jupyter_geppetto/geppetto/src/main/webapp/extensions/')
5555

5656
print("Enabling Geppetto NetPyNE Extension ...")

0 commit comments

Comments
 (0)