readme updates

This commit is contained in:
Lucas Oskorep
2022-07-17 22:05:48 -04:00
parent a96e9dc086
commit 0c151150ba
2 changed files with 8 additions and 5 deletions
+7 -3
View File
@@ -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
-1
View File
@@ -22,4 +22,3 @@ rsa==4.8
six==1.16.0
uritemplate==4.1.1
urllib3==1.26.9