Merge pull request #169 from aceisace/hotfix/yfinance_dependencies

Fixed dependencies issue with yfinance module
This commit is contained in:
Ace 2021-02-02 21:01:53 +01:00 committed by GitHub
commit 15137cf0ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]"