Changes between Version 76 and Version 77 of DeveloperGuidelines/Eclipse
- Timestamp:
- 07/04/17 11:41:28 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v76 v77 31 31 Note: If you have having trouble installing pydev on ubuntu you might need a newer version of eclipse than is in Ubuntu's software center - [http://askubuntu.com/questions/68018/how-do-i-install-eclipse-indigo-3-7-1 see this article on how to install] 32 32 33 Recommend installing Psyco to speed-up Python in Eclipse: 34 * Linux: http://psyco.sourceforge.net/ 35 * Windows: http://www.voidspace.org.uk/python/modules.shtml#psyco 33 Speed up Python on Eclipse Win32: 34 {{{ 35 cd %USERPROFILE%\.p2\pool\plugins\org.python.pydev_5.8.0.201706061859\pysrc 36 python setup_cython.py build_ext --inplace 37 }}} 36 38 == Configuration == 37 39 1. Set up the Python Interpreter: