add new requirements for yfinance

This commit is contained in:
Ace
2025-06-19 13:59:57 +02:00
parent c6faf16719
commit d1bb3bbbd8
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ jobs:
cd /home/inky
sudo apt update
sudo apt-get update -y
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev -y
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python-dev-is-python3 scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev build-essential libxml2-dev libxslt1-dev python3-dev
echo $PWD && ls
git clone https://github.com/aceinnolab/Inkycal
cd Inkycal

View File

@@ -42,7 +42,7 @@ jobs:
# sudo apt-get dist-upgrade -y
sudo apt-get install -y python3-pip
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev libxml2-dev libxslt-dev python-dev-is-python3 -y
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python-dev-is-python3 scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev build-essential libxml2-dev libxslt1-dev python3-dev
# #334 & #335
git clone https://github.com/WiringPi/WiringPi
cd WiringPi

View File

@@ -181,7 +181,7 @@ Run the following steps to install Inkycal. Do **not** use sudo for this, except
```bash
# Raspberry Pi specific section start
sudo apt update
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python-dev-is-python3 scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python-dev-is-python3 scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev build-essential libxml2-dev libxslt1-dev python3-dev
git clone https://github.com/WiringPi/WiringPi
cd WiringPi
./build