Added instruction to convert the ui files to python files.
This commit is contained in:
parent
de64c08532
commit
7235736309
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue