diff --git a/installer.sh b/installer.sh index 361643f..4b3b523 100644 --- a/installer.sh +++ b/installer.sh @@ -60,6 +60,9 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then echo -e "\e[1;36m"Installing Inkycal.."\e[0m" cd Inkycal && pip3 install -e ./ + # Install additional dependencies for yfinance module (ad-hoc fix) + sudo apt-get install libatlas-base-dev -y && pip3 install yfinance && pip3 install -U numpy + echo -e "\e[97mDo you want the software to start automatically at boot?" echo -e "\e[97mPress [Y] for yes or [N] for no. The default option is yes" echo -e "\e[97mConfirm your selection with [ENTER]"