From 0c151150ba9d9fe16927ab9baa17a0e8062d9e2d Mon Sep 17 00:00:00 2001 From: Lucas Oskorep Date: Sun, 17 Jul 2022 22:05:48 -0400 Subject: [PATCH] readme updates --- README.md | 10 +++++++--- requirements.txt | 3 +-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 741b9e4..37cca03 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt index 87cbad6..c57d3ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file