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

Update README.md

parent d3bc8224
Branches
No related tags found
No related merge requests found
......@@ -9,10 +9,14 @@ 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 python3 python3-dev python3-pip python3-pygame -y
sudo apt install wayfire xwayland -y
# Clone the repository and install the dependencies
cd ~
git clone https://git.rb9.xyz/TheJoeCoder/cs-fancy-clock
cd cs-fancy-clock
sudo apt-get install python3 python3-dev python3-pip python3-pygame
python3 -m venv .venv
# Install the requirements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment