We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d192e4 commit 3eac6a8Copy full SHA for 3eac6a8
omv/engines/getnetpyne.py
@@ -47,6 +47,6 @@ def install_netpyne(version=None):
47
"python-dateutil==2.8.0",
48
]
49
)
50
- print(check_output([sys.executable, "setup.py", "install"]))
+ pip_install(".")
51
52
m = "Successfully installed NetPyNE..."
omv/engines/jneuroml.py
@@ -78,7 +78,7 @@ def is_installed():
78
def install(version):
79
from omv.engines.getjnml import install_jnml
80
81
- inform("Will fetch and install the latest jNeuroML jar", indent=2)
+ inform("Will fetch and install jNeuroML jar", indent=2)
82
install_jnml(version)
83
84
def run(self):
0 commit comments