Included necessary libraries in the README.md

This commit is contained in:
The Wobbler 2024-12-14 22:15:34 +01:00
parent d3b3dbc754
commit 9a3789a99b

View file

@ -12,9 +12,14 @@ So I just made one.
## Setup ## Setup
This program was made for Linux.\ This program was made for Linux. It may work on Windows or Mac too, but it was not tested on these systems.\
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:
To install the editor, you just have to clone the repository and install it using pip.\
```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: You can do that using these commands:
```bash ```bash