From 93ca6dc426a5169add7b4be7c3878149b1bbc5a5 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 21 Dec 2023 16:54:23 +0100 Subject: [PATCH] update instructions --- .github/workflows/test-on-rpi.yml | 2 +- .github/workflows/update-os.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-on-rpi.yml b/.github/workflows/test-on-rpi.yml index 52b9dc1c..d97c9184 100644 --- a/.github/workflows/test-on-rpi.yml +++ b/.github/workflows/test-on-rpi.yml @@ -51,7 +51,7 @@ jobs: python -m pip install --upgrade pip pip install wheel pip install -e ./ - pip install RPi.GPIO==0.7.1 spidev==3.5 + pip install RPi.GPIO==0.7.1 spidev==3.5 gpiozero==2.0 wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json pip install pytest python -m pytest diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index 8410fd29..fa7114cd 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -46,7 +46,7 @@ jobs: python -m pip install --upgrade pip pip install wheel pip install -e ./ - pip install RPi.GPIO==0.7.1 spidev==3.5 + pip install RPi.GPIO==0.7.1 spidev==3.5 gpiozero==2.0 wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json pip install pytest python -m pytest diff --git a/README.md b/README.md index 3e3e96a1..11870169 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ pip install wheel pip install -e ./ # If you are running on the Raspberry Pi, please install the following too to allow rendering on the display -pip install RPi.GPIO==0.7.1 spidev==3.5 +pip install RPi.GPIO==0.7.1 spidev==3.5 gpiozero==2.0 ``` ## Running Inkycal