updating comments on how to install inky python libs and dependency #16

Merged
ben merged 1 commits from ben-patch-1 into main 2023-09-15 10:41:53 +00:00
1 changed files with 10 additions and 0 deletions

View File

@ -38,6 +38,16 @@
# sudo systemctl enable screen_sub
# sudo systemctl start screen_sub
# Installing (done for reinstall)
# python3 -m venv ~/.cache/virtualenvs/eink
# source ~/.cache/virtualenvs/eink/bin/activate
# # the older library, not needed
# pip install inkyphat
# pip install "inky[rpi,fonts]"
#
# apt-get install libopenjp2-7
import argparse
from datetime import datetime, timedelta, timezone
import json