update instructions
This commit is contained in:
parent
a7c276e880
commit
93ca6dc426
2
.github/workflows/test-on-rpi.yml
vendored
2
.github/workflows/test-on-rpi.yml
vendored
@ -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
|
||||
|
2
.github/workflows/update-os.yml
vendored
2
.github/workflows/update-os.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user