0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

Merge pull request #267 from RushabhVasani/master

Solved numpy version error.
This commit is contained in:
boltgolt 2019-10-18 13:58:40 +02:00 committed by GitHub
commit f71775cd51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -21,7 +21,7 @@ Using the central authentication system (PAM), this works everywhere you would o
## Installation
Howdy is currently available for Debian/Ubuntu, Arch Linux and Fedora. If youre interested in packaging Howdy for your distro, dont hesitate to open an issue.
Howdy is currently available and packaged for Debian/Ubuntu, Arch Linux, Fedora and openSUSE. If youre interested in packaging Howdy for your distro, dont hesitate to open an issue.
**Note:** The build of dlib can hang on 100% for over a minute, give it time.

6
debian/postinst vendored
View file

@ -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