Changes between Version 2 and Version 3 of WindowsInstallTheHardWay
- Timestamp:
- Jan 8, 2020 10:37:28 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsInstallTheHardWay
v2 v3 4 4 5 5 Use these instructions if you are using 32-bit Windows, or a version of Windows older than Windows-7 or want to install Python yourself. 6 7 There are at least three different distributions of Python that can be used with GSAS-II.8 9 6 10 7 === Python === … … 45 42 === Compiling Fortran Code === 46 43 47 '''''Normally you will not need to compile anything.''''' The GSAS-II distribution contains compiled .pyd (library modules) needed by a 32-bit or a 64-bit Python version 2.7 interpreter for Windows. However, if you are working with an unusual python interpreter or are doing GSAS-II development, compilation instructions can be [CompilingWindowsfound here].44 '''''Normally you will not need to compile anything.''''' The GSAS-II distribution contains compiled .pyd (library modules) needed by a number of 32-bit and 64-bit configurations, but this is not exhaustive. If you are working with an unsupported combination, [CompilingWindows compilation instructions can befound here]. 48 45