Skip to content
Snippets Groups Projects
Verified Commit d2ba7021 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Update README.md

parent 8f2e7f9b
Branches
No related tags found
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment