From 0ba210a8aa9a4e821061c05622bfee8ba2e5ba36 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 29 Apr 2024 13:58:23 +0200 Subject: [PATCH] review adjustment --- .github/workflows/update-os.yml | 4 ---- README.md | 7 ++++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index 9df24667..49ea466a 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -65,10 +65,6 @@ jobs: tar -xf bcm2835-1.71.tar cd bcm2835-1.71/ sudo ./configure && sudo make && sudo make check && sudo make install - cd .. - echo $CWD - wget https://project-downloads.drogon.net/wiringpi-latest.deb - sudo dpkg -i wiringpi-latest.deb cd .. echo $CWD diff --git a/README.md b/README.md index 9f2dd813..6663b974 100644 --- a/README.md +++ b/README.md @@ -133,8 +133,6 @@ wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.71.tar.gz tar zxvf bcm2835-1.71.tar.gz cd bcm2835-1.71/ sudo ./configure && sudo make && sudo make check && sudo make install -wget https://project-downloads.drogon.net/wiringpi-latest.deb -sudo dpkg -i wiringpi-latest.deb # If you are using the Raspberry Pi Zero models, you may need to increase the swapfile size to be able to install Inkycal: sudo dphys-swapfile swapoff @@ -176,7 +174,6 @@ git clone https://github.com/WiringPi/WiringPi cd WiringPi ./build cd .. -pip install RPi.GPIO==0.7.1 spidev==3.5 gpiozero==2.0 # Raspberry Pi specific section end cd $HOME @@ -187,6 +184,10 @@ source venv/bin/activate python -m pip install --upgrade pip pip install wheel pip install -e ./ + + +# only for Raspberry Pi: +pip install RPi.GPIO==0.7.1 spidev==3.5 gpiozero==2.0 ``` ## Running Inkycal