add new numpy dependency

This commit is contained in:
Ace 2024-02-10 23:08:10 +01:00
parent a7f3622e52
commit 10f5b6fb52
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ jobs:
sudo apt-get update -y sudo apt-get update -y
python --version python --version
sudo apt-get install -y python3-pip sudo apt-get install -y python3-pip
sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf -y sudo apt-get install 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
echo $PWD && ls echo $PWD && ls
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
cd Inkycal cd Inkycal

View File

@ -37,7 +37,7 @@ jobs:
sudo apt-get update -y sudo apt-get update -y
python --version python --version
sudo apt-get install -y python3-pip sudo apt-get install -y python3-pip
sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf -y sudo apt-get install 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
echo $PWD && ls echo $PWD && ls
git clone https://github.com/aceinnolab/Inkycal git clone https://github.com/aceinnolab/Inkycal
cd Inkycal cd Inkycal

View File

@ -165,7 +165,7 @@ Run the following steps to install Inkycal. Do **not** use sudo for this, except
```bash ```bash
# the next line is for the Raspberry Pi only # the next line is for the Raspberry Pi only
sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev
cd $HOME cd $HOME
git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal
cd Inkycal cd Inkycal