We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca3155 commit 2422008Copy full SHA for 2422008
1 file changed
decrypt.sh
@@ -5,7 +5,7 @@
5
gpg --quiet --batch --yes --decrypt --passphrase="$REFPROP_GPG_PASSPHRASE" --output REFPROP.zip REFPROP.zip.gpg
6
unzip REFPROP.zip -d REFPROP
7
8
-apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ dos2unix
+apt-get -y -m update && DEBIAN_FRONTEND=noninteractive apt-get install -y cmake g++ dos2unix python3-numpy
9
10
git clone --recursive https://github.com/usnistgov/REFPROP-cmake
11
cd REFPROP-cmake
0 commit comments