0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00
This commit is contained in:
Divy Jain 2020-09-01 20:21:50 +05:30
parent 2f7e4cc383
commit 1b0a92d36f
No known key found for this signature in database
GPG key ID: CD3460FE2DC45351

2
debian/postinst vendored
View file

@ -110,7 +110,7 @@ log("Upgrading pip to the latest version")
handleStatus(sc(["pip3", "install", "--upgrade", "pip"]))
log("Upgrading numpy to the lateset version")
log("Upgrading numpy to the latest version")
# Update numpy
handleStatus(subprocess.call(["pip3", "install", "--upgrade", "numpy"]))