Changes between Version 2 and Version 3 of G2onPy3
- Timestamp:
- Dec 22, 2017 10:21:24 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
G2onPy3
v2 v3 42 42 Type this command: 43 43 44 ```conda install matplotlib pillow pyopengl scipy svn h5py pywin32 ```44 ```conda install matplotlib pillow pyopengl scipy svn h5py pywin32 m2w64-gcc-libgfortran``` 45 45 46 46 * You will be given a list of packages to be downloaded and installed, press enter at the Proceed prompt to perform the install. This will take at least a few minutes. … … 56 56 ===== Install GSAS-II ===== 57 57 58 * Create an empty directory for GSAS-II. This can be done from the file explorer, or with commands such as 59 60 ```mkdir c:\GSASII``` 61 62 63 ```cd /d c:/GSASII``` 64 58 65 * Download a script to install GSAS-II from this location: 59 https://subversion.xray.aps.anl.gov/trac/pyGSAS/browser/install/bootstrap.py?format=txt 66 https://subversion.xray.aps.anl.gov/trac/pyGSAS/browser/install/bootstrap.py?format=txt 67 and save it into that location 68 69 * Start the GSAS-II installation process with this command: 70 71 ```python c:\GSASII\bootstrap.py``` 72 73 * answer questions as needed. 74 75 * The bootstrap process should load all files needed by GSAS-II and should create RunGSASII.bat (and link it on Desktop) that will start GSASII 76