Ask Claude for the complete setup.sh script
"Write a bash setup script for a fresh Raspberry Pi OS install that: installs python3-pip, python-obd, websockets, flask, espeak, chromium-browser, enables I2C via raspi-config noninteractive, creates /home/pi/kitt directory, copies service files, enables all three systemd services, sets up auto-boot on power restore." Review it yourself — you should understand every line.
CLAUDE WRITES