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