Changes between Version 83 and Version 84 of DeveloperGuidelines/Eclipse
- Timestamp:
- 07/13/18 09:54:30 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v83 v84 32 32 33 33 Speed up Python on Eclipse Win32: 34 * Install the Visual C++ Compiler for Python 2.7: https://www.microsoft.com/en-us/download/details.aspx?id=44266 34 35 {{{ 35 cd %USERPROFILE%\.p2\pool\plugins\org.python.pydev.core_6.4. 1.201806231219\pysrc36 cd %USERPROFILE%\.p2\pool\plugins\org.python.pydev.core_6.4.3.201807050139\pysrc 36 37 python setup_cython.py build_ext --inplace 37 38 }}}