Skip to content

Commit 4675e56

Browse files
committed
change default branch for netpyne
1 parent e710adb commit 4675e56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main(argv):
4646
clone('https://github.com/openworm/pygeppetto.git','pygeppetto','development')
4747
subprocess.call(['pip', 'install', '-e', '.'], cwd='./pygeppetto/')
4848

49-
clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','py3')
49+
clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','ui')
5050
subprocess.call(['pip', 'install', '-e', '.'], cwd='./netpyne/')
5151

5252
clone('https://github.com/openworm/org.geppetto.frontend.jupyter.git','org.geppetto.frontend.jupyter','py3','', True )

0 commit comments

Comments
 (0)