Changes between Version 84 and Version 85 of DeveloperGuidelines/Eclipse
- Timestamp:
- 11/07/18 20:37:10 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v84 v85 34 34 * Install the Visual C++ Compiler for Python 2.7: https://www.microsoft.com/en-us/download/details.aspx?id=44266 35 35 {{{ 36 cd %USERPROFILE%\.p2\pool\plugins\org.python.pydev.core_ 6.4.3.201807050139\pysrc36 cd %USERPROFILE%\.p2\pool\plugins\org.python.pydev.core_7.0.0.201811071319\pysrc 37 37 python setup_cython.py build_ext --inplace 38 38 }}}