Skip to content

Commit 89fbbb4

Browse files
committed
Merge branch 'appBar' of github.com:MetaCell/NetPyNE-UI into appBar
2 parents 29c85ad + 6b3c25c commit 89fbbb4

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
@@ -51,7 +51,7 @@ def main(argv):
5151

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

5656
print("Enabling Geppetto NetPyNE Extension ...")
5757
geppetto_configuration = os.path.join(os.path.dirname(__file__), './utilities/GeppettoConfiguration.json')
@@ -71,4 +71,4 @@ def main(argv):
7171
subprocess.call(['jupyter', 'serverextension', 'enable', '--py', 'jupyter_geppetto'], cwd='./org.geppetto.frontend.jupyter')
7272

7373
print("Installing NetPyNE UI python package ...")
74-
subprocess.call(['pip', 'install', '-e', '.'], cwd='.')
74+
subprocess.call(['pip', 'install', '-e', '.'], cwd='.')

0 commit comments

Comments
 (0)