Merge pull request #169 from aceisace/hotfix/yfinance_dependencies
Fixed dependencies issue with yfinance module
This commit is contained in:
		| @@ -60,6 +60,9 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then | |||||||
|     echo -e "\e[1;36m"Installing Inkycal.."\e[0m" |     echo -e "\e[1;36m"Installing Inkycal.."\e[0m" | ||||||
|     cd Inkycal && pip3 install -e ./ |     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[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[97mPress [Y] for yes or [N] for no. The default option is yes" | ||||||
| 	echo -e "\e[97mConfirm your selection with [ENTER]" | 	echo -e "\e[97mConfirm your selection with [ENTER]" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user