Changes between Version 76 and Version 77 of DeveloperGuidelines/Eclipse


Ignore:
Timestamp:
07/04/17 11:41:28 (7 years ago)
Author:
Fran Boon
Comment:

Psyco deprecated, use PyDev's speedups

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Eclipse

    v76 v77  
    3131Note: 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]
    3232
    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
     33Speed up Python on Eclipse Win32:
     34{{{
     35cd %USERPROFILE%\.p2\pool\plugins\org.python.pydev_5.8.0.201706061859\pysrc
     36python setup_cython.py build_ext --inplace
     37}}}
    3638== Configuration ==
    3739 1. Set up the Python Interpreter: