Changes between Version 78 and Version 79 of DeveloperGuidelines/Eclipse
- Timestamp:
- 10/19/17 11:47:29 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DeveloperGuidelines/Eclipse
v78 v79 33 33 Speed up Python on Eclipse Win32: 34 34 {{{ 35 cd %USERPROFILE%\.p2\pool\plugins\org.python.pydev_ 5.9.2.201708151115\pysrc35 cd %USERPROFILE%\.p2\pool\plugins\org.python.pydev_6.0.0.201709191431\pysrc 36 36 python setup_cython.py build_ext --inplace 37 37 }}}