Update postinst
This commit is contained in:
parent
a051e41c06
commit
de8aaf5aee
1 changed files with 6 additions and 0 deletions
6
debian/postinst
vendored
6
debian/postinst
vendored
|
|
@ -109,6 +109,12 @@ log("Upgrading pip to the latest version")
|
|||
# Update pip
|
||||
handleStatus(sc(["pip3", "install", "--upgrade", "pip"]))
|
||||
|
||||
|
||||
log("Upgrading numpy to the lateset version")
|
||||
|
||||
# Update numpy
|
||||
handleStatus(subprocess.call(["pip3", "install", "--upgrade", "numpy"]))
|
||||
|
||||
log("Downloading and unpacking data files")
|
||||
|
||||
# Run the bash script to download and unpack the .dat files needed
|
||||
|
|
|
|||
Loading…
Reference in a new issue