1 parent 7f4b719 commit 51eb856Copy full SHA for 51eb856
1 file changed
omv/engines/getmoose.py
@@ -7,6 +7,7 @@ def install_moose(version):
7
version = "4.1.4"
8
try:
9
pip_install("pymoose", version)
10
+ pip_install("pint")
11
import moose
12
13
m = "Successfully installed MOOSE..."
0 commit comments