Added instruction to convert the ui files to python files.

This commit is contained in:
The Wobbler 2024-12-09 14:41:14 +01:00
parent de64c08532
commit 7235736309

View file

@ -15,13 +15,15 @@ So I just made one.
This program was made for Linux.\
It may work on Windows or Mac too, but it was not tested on these systems.\
To be able to use this program, you have to clone the repository,\
install the requirements and make the file called "main.py" executable.\
install the requirements, convert the ui files to python files\
and make the file called "main.py" executable.\
You can do that using these commands:
```bash
git clone https://teapot.informationsanarchistik.de/Wobbl/Bread_Editor.git
cd Bread_Editor
pip install -r requirements.txt
python3 gui/raw_ui/ui_to_py.py
chmod +x main.py
```