Changes between Version 81 and Version 82 of DeveloperGuidelines/Eclipse
- Timestamp:
- 05/23/18 08:11:11 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v81 v82 33 33 Speed up Python on Eclipse Win32: 34 34 {{{ 35 cd %USERPROFILE%\.p2\pool\plugins\org.python.pydev.core_6.3. 2.201803171248\pysrc35 cd %USERPROFILE%\.p2\pool\plugins\org.python.pydev.core_6.3.3.201805051638\pysrc 36 36 python setup_cython.py build_ext --inplace 37 37 }}}