10 lines
352 B
Markdown
10 lines
352 B
Markdown
# Pi Calendar Sign
|
|
|
|
Assumes python3 as the base:
|
|
* python -m venv ./venv
|
|
* pip install -r requirements.txt
|
|
* sudo pip install adafruit-circuitpython-charlcd
|
|
* create your .auth.json file with a corresponding API key from GCP
|
|
* edit pi-calendar-sign.py to have the calendar names that you would like to receive events for.
|
|
* python pi-calendar-sign.py
|