diff --git a/install.sh b/install.sh index 8e30812..a14c0e9 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ echo "\n[*] This may take a while \n[+] Installing required packages ..." sudo apt install python3 > /dev/null echo "[+] Successfully installed python3" -sudo apt install python3-pip > dev/null +sudo apt install python3-pip > /dev/null echo "[+] Successfully installed python3-pip" pip install -r requirements.txt > /dev/null echo "[+] Successfully installed python3 libraries"