170 print(" --yes answer 'yes' to all questions") |
170 print(" --yes answer 'yes' to all questions") |
171 print() |
171 print() |
172 if sys.platform.startswith(("win", "cygwin")): |
172 if sys.platform.startswith(("win", "cygwin")): |
173 print(" --clean-desktop delete desktop links before installation") |
173 print(" --clean-desktop delete desktop links before installation") |
174 print(" --no-info don't create the install info file") |
174 print(" --no-info don't create the install info file") |
175 print(" --with-tools don't install qt6-applications") |
175 print(" --with-tools install qt6-applications") |
176 print() |
176 print() |
177 print("The file given to the -f option must be valid Python code defining a") |
177 print("The file given to the -f option must be valid Python code defining a") |
178 print( |
178 print( |
179 "dictionary called 'cfg' with the keys 'ericDir', 'ericPixDir'," |
179 "dictionary called 'cfg' with the keys 'ericDir', 'ericPixDir'," |
180 " 'ericIconDir'," |
180 " 'ericIconDir'," |