Updated README to use requirements file

This commit is contained in:
Adam Harrison-Fuller
2026-01-21 20:10:24 +00:00
parent 7dc20d4ecc
commit e11803dff0
2 changed files with 7 additions and 6 deletions
+3 -1
View File
@@ -44,7 +44,7 @@ A Python application that displays the current time in `HH:MM:SS` format using f
3. Install dependencies:
```bash
pip install luma.led_matrix spidev Pillow
pip install -r requirements.txt
```
4. Enable SPI:
@@ -73,6 +73,8 @@ source venv/bin/activate
pip install Pillow
```
Note: The emulator only requires Pillow since it uses Tkinter (included with Python).
## Usage
### Emulator Mode (for development/testing)