Pi-Apps python client: ensure python3-pip installed

pull/891/head
Botspot 4 years ago
parent 117d7deffb
commit 396cd17420

@ -7,6 +7,9 @@ function error {
exit 1
}
# Get dependencies
"${DIRECTORY}/pkg-install" "python3-pip" "$(dirname "$0")" || exit 1
#Installing dependencies for search argument
pip3 install python-Levenshtein fuzzywuzzy || error "pip3 failed to python-Levenshtein and fuzzywuzzy"

Loading…
Cancel
Save