scripts/install.py

branch
eric7
changeset 9622
9a5a3ed7bd68
parent 9576
be9f8e7e42e0
child 9632
dd907ee33b03
equal deleted inserted replaced
9621:2b7d5e6863c2 9622:9a5a3ed7bd68
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',"

eric ide

mercurial