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
|
||||
|
||||
+1
-2
@@ -21,5 +21,4 @@ requests-oauthlib==1.3.1
|
||||
rsa==4.8
|
||||
six==1.16.0
|
||||
uritemplate==4.1.1
|
||||
urllib3==1.26.9
|
||||
|
||||
urllib3==1.26.9
|
||||
Reference in New Issue
Block a user