From fb7a160d00116957e0bf59567ae7c1afd75c27a1 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sat, 14 Dec 2024 19:23:30 +0100 Subject: [PATCH] Simplified installation instructions because a manual conversion of the ui files is no longer needed. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b6f4ca2..9dcf9c7 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,12 @@ 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 install the editor, you just have to clone the repository,\ -convert the ui files to python files and install the editor using pip.\ +To install the editor, you just have to clone the repository and install it using pip.\ You can do that using these commands: ```bash git clone https://teapot.informationsanarchistik.de/Wobbl/Bread_Editor.git cd Bread_Editor -python3 gui/raw_ui/ui_to_py.py pip install . ```