diff --git a/apps/Pi-Apps Terminal Plugin (python)/install b/apps/Pi-Apps Terminal Plugin (python)/install index a03cbbc..17f16ff 100755 --- a/apps/Pi-Apps Terminal Plugin (python)/install +++ b/apps/Pi-Apps Terminal Plugin (python)/install @@ -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"