We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16110f5 + 53a0910 commit c2cfd92Copy full SHA for c2cfd92
1 file changed
utilities/install.py
@@ -46,7 +46,7 @@ def main(argv):
46
clone('https://github.com/openworm/pygeppetto.git','pygeppetto','v0.4.1-M1')
47
subprocess.call(['pip', 'install', '-e', '.'], cwd='./pygeppetto/')
48
49
-clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','0.7.9')
+clone('https://github.com/Neurosim-lab/netpyne.git','netpyne','v0.7.9')
50
subprocess.call(['pip', 'install', '-e', '.'], cwd='./netpyne/')
51
52
clone('https://github.com/openworm/org.geppetto.frontend.jupyter.git','org.geppetto.frontend.jupyter','v0.4.1-M2','', True )
0 commit comments