Use chromium (Trixie) package name in README; render.py already accepts both

This commit is contained in:
Padreug 2026-05-16 13:43:52 +02:00
commit e9d17902de

View file

@ -38,7 +38,8 @@ On first boot:
sudo raspi-config sudo raspi-config
# Interfacing Options → enable SPI and I2C # Interfacing Options → enable SPI and I2C
sudo apt update && sudo apt upgrade -y sudo apt update && sudo apt upgrade -y
sudo apt install -y git python3-venv python3-pip chromium-browser sudo apt install -y git python3-venv python3-pip chromium
# On older Raspberry Pi OS (Bookworm and earlier) the package is named chromium-browser instead.
``` ```
Install the Inky library via Pimoroni's installer (creates `~/.virtualenvs/pimoroni`): Install the Inky library via Pimoroni's installer (creates `~/.virtualenvs/pimoroni`):