3 Installation |
3 Installation |
4 |
4 |
5 Installing eric6 is a simple process. Just execute the install.py script |
5 Installing eric6 is a simple process. Just execute the install.py script |
6 (type python install.py -h for some help). Please note that the installation |
6 (type python install.py -h for some help). Please note that the installation |
7 has to be performed using the administrators account (i.e. root on linux). |
7 has to be performed using the administrators account (i.e. root on linux). |
8 This installs a wrapper script in the standard executable directory |
8 This installs a wrapper script in the standard executable directory called |
9 (default: /usr/local/bin on linux) called eric6. |
9 eric6. |
10 |
10 |
11 If you want to uninstall the package just execute the uninstall script. This |
11 If you want to uninstall the package just execute the uninstall script. This |
12 gets rid of all installed files. In this case please send an email to the |
12 gets rid of all installed files. In this case please send an email to the |
13 below mentioned address and tell me your reason. This might give me a hint on |
13 below mentioned address and tell me your reason. This might give me a hint on |
14 how to improve eric6. |
14 how to improve eric6. |
159 |
159 |
160 profile |
160 profile |
161 This is part of the standard Python distribution and is used to profile |
161 This is part of the standard Python distribution and is used to profile |
162 Python source code. |
162 Python source code. |
163 |
163 |
164 Interfaces to additional software packages via plugins |
|
165 |
|
166 Some of the interfaces provided as plugins are as follows. |
|
167 |
|
168 pylint |
|
169 This is a tool to check the source code according to various rules. |
|
170 It is available from <http://www.logilab.org/projects/pylint>. |
|
171 |
|
172 cx_Freeze |
|
173 This is a tool for packaging Python programs. It is available from |
|
174 <http://starship.python.net/crew/atuining/cx_Freeze> |
|
175 |
|
176 Internationalization |
164 Internationalization |
177 |
165 |
178 eric6 and it's tools are prepared to show the UI in different |
166 eric6 and it's tools are prepared to show the UI in different |
179 languages, which can be configured via the preferences dialog. The Qt and |
167 languages, which can be configured via the preferences dialog. The Qt and |
180 QScintilla translations are searched in the translations directory given |
168 QScintilla translations are searched in the translations directory given |
203 eric6 distribution for convenience. |
191 eric6 distribution for convenience. |
204 |
192 |
205 Bugs and other reports |
193 Bugs and other reports |
206 |
194 |
207 Please send bug reports, feature requests or contributions to eric bugs address. |
195 Please send bug reports, feature requests or contributions to eric bugs address. |
208 After the IDE is installed you can use the "Report Bug..." entry of the Help menu. |
196 After the IDE is installed you can use the "Report Bug..." entry of the Help menu, |
209 This will send a message to <eric-bugs@die-offenbachs.de> |
197 which will send an email to <eric-bugs@eric-ide.python-projects.org. To request |
|
198 a new feature use the "Request Feature..." entry of the Help menu, which will |
|
199 send an email to <eric-featurerequest@eric-ide.python-projects.org. |