From 9a3789a99b7342316cb4a3477f0027c1cc0398b0 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sat, 14 Dec 2024 22:15:34 +0100 Subject: [PATCH] Included necessary libraries in the README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9dcf9c7..35ce065 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,14 @@ So I just made one. ## Setup -This program was made for Linux.\ -It may work on Windows or Mac too, but it was not tested on these systems.\ -To install the editor, you just have to clone the repository and install it using pip.\ +This program was made for Linux. It may work on Windows or Mac too, but it was not tested on these systems.\ +Before you can install the editor, you first have to install the requirements. That can be done using: + +```bash +sudo apt install pyqt6-dev-tools xcb libxcb-curser0 +``` + +And to install the editor, you just have to clone the repository and install it using pip.\ You can do that using these commands: ```bash