eric5-plugininstall.py

changeset 18
3b1f5d872fd7
parent 15
f6ccc31d6e72
child 97
c4086afea02b
equal deleted inserted replaced
17:edde1fe80b3e 18:3b1f5d872fd7
3 3
4 # Copyright (c) 2007 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2007 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric4 Plugin Installer 8 Eric5 Plugin Installer
9 9
10 This is the main Python script to install eric5 plugins from outside of the IDE. 10 This is the main Python script to install eric5 plugins from outside of the IDE.
11 """ 11 """
12 12
13 import sys 13 import sys
41 ("--config=configDir", 41 ("--config=configDir",
42 "use the given directory as the one containing the config files"), 42 "use the given directory as the one containing the config files"),
43 ("", "names of plugins to install") 43 ("", "names of plugins to install")
44 ] 44 ]
45 appinfo = Startup.makeAppInfo(sys.argv, 45 appinfo = Startup.makeAppInfo(sys.argv,
46 "Eric4 Plugin Installer", 46 "Eric5 Plugin Installer",
47 "", 47 "",
48 "Plugin installation utility for eric5", 48 "Plugin installation utility for eric5",
49 options) 49 options)
50 res = Startup.simpleAppStartup(sys.argv, 50 res = Startup.simpleAppStartup(sys.argv,
51 appinfo, 51 appinfo,

eric ide

mercurial