From 0e8ebee4650784c768b90414136530882d293fa4 Mon Sep 17 00:00:00 2001 From: Shan Rauf Date: Mon, 29 Jul 2019 02:10:34 -0700 Subject: [PATCH] Fix readme.development typo --- README.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.development b/README.development index bb1e56b10..cf26accbb 100644 --- a/README.development +++ b/README.development @@ -92,7 +92,7 @@ Or a way with git bash and perl: 1) Install "git bash". 2) In the tools directory, modify build_ui.sh. Locate the line that reads - "pyuic4 $i -o $py" and alter it to be of the following form: + "pyuic5 --from-imports $i -o $py.tmp" and alter it to be of the following form: "" "" $i -o $py These two paths must point to your python executable, and to pyuic.py, on your system. Typical paths would be: