close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Apr 6, 2016, 9:31:29 AM (9 years ago)
- Author:
-
ramon
- Comment:
-
Algunas correcciones.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
147 | 147 | Para realizar modificaciones del códgio en el agente OGAgent, se recomienda usar el entorno de programación Eclipse incluido. Dicha aplicación debe configurarse siguiendo estos pasos: |
148 | 148 | - Ir a menú Help / Eclipse Marketplace para instalar el plug-in !PyDev. |
149 | | - Establecer la asociación adecuada del intérprete Python en el menú Preferences / PyDev / Interpreters / Python Interpreter. |
| 149 | - Establecer la asociación adecuada del intérprete Python en el menú Window / Preferences / !PyDev / Interpreters / Python Interpreter y pulsar el botón Quick Auto-Config. |
| 150 | - Para modificar el idioma del entorno seguir las instrucciones del proyecto [https://eclipse.org/babel/downloads.php Eclipse Babel]. |
150 | 151 | - Crear un nuevo proyecto !PyDev localizado en el directorio {{{/home/vagrant/ogagent/src}}} |
151 | 152 | |