Included necessary libraries in the README.md
This commit is contained in:
parent
d3b3dbc754
commit
9a3789a99b
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue