Todo items from HAS

This commit is contained in:
2025-02-16 20:19:55 +00:00
parent 8758248fea
commit 018643dde9
4 changed files with 112 additions and 57 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
## Installation
```bash
sudo apt update
sudo apt install python3-pip
git clone https://github.com/pimoroni/inky
cd inky
./install.sh
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```