readme updates
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Pi Calendar Sign
|
||||
|
||||
python3 -m venv ./venv
|
||||
pip install -r requirements.txt
|
||||
python3 pi-calendar-sign.py
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user