Simplified installation instructions because a manual conversion of the ui files is no longer needed.
This commit is contained in:
parent
47ede1e689
commit
fb7a160d00
1 changed files with 1 additions and 3 deletions
|
@ -14,14 +14,12 @@ 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 install the editor, you just have to clone the repository,\
|
To install the editor, you just have to clone the repository and install it using pip.\
|
||||||
convert the ui files to python files and install the editor using pip.\
|
|
||||||
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
|
||||||
python3 gui/raw_ui/ui_to_py.py
|
|
||||||
pip install .
|
pip install .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue