setuptools added to pip install package fct

This commit is contained in:
Francois B 2018-02-24 19:01:02 +01:00
parent 87e961ce14
commit 9e8fc71782

View file

@ -284,6 +284,7 @@ function installPackage () {
printf "\n[ERR] pip3 not found, installing...\n" &>> $logFile
installPackage apt "python3-pip"
installPackage pip "pip"
installPackage pip "setuptools"
fi
;;
"npm")