From d2ba70215d4eb3b3ae863adefa3d57fea0faa5a7 Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Wed, 2 Oct 2024 10:57:25 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a3fcde..bf1bb5b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Use Wayland for the display server, especially if you're using an SPI display. X To install: ```bash # Install the necessary dependencies +sudo apt install git -y sudo apt install python3 python3-dev python3-pip python3-pygame -y sudo apt install wayfire xwayland -y @@ -20,7 +21,7 @@ cd cs-fancy-clock python3 -m venv .venv # Install the requirements -# Omit the -r requirements.neopixel.txt if you don't have a neopixel strip +# Omit the -r requirements.neopixel.txt if you don't have a neopixel strip/leds you want to use ./.venv/bin/pip install -r requirements.txt -r requirements.neopixel.txt ``` -- GitLab