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.\
|
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.\
|
||||||
To be able to use this program, you have to clone the repository,\
|
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:
|
You can do that using these commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://teapot.informationsanarchistik.de/Wobbl/Bread_Editor.git
|
git clone https://teapot.informationsanarchistik.de/Wobbl/Bread_Editor.git
|
||||||
cd Bread_Editor
|
cd Bread_Editor
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
python3 gui/raw_ui/ui_to_py.py
|
||||||
chmod +x main.py
|
chmod +x main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue