23 | | In the start menu, look for an Anaconda |
| 23 | |
| 24 | ===== Start a Command window ===== |
| 25 | In the start menu, look for an Anaconda3 Windows menu item and [[Image(menucommand.png, right, 25%)]] select the "Anaconda Prompt" item. |
| 26 | |
| 27 | * This will start a cmd.exe window where Python and other Anaconda-installed tools are in the path. |
| 28 | |
| 29 | * If for some reason this command is not available. Do this: |
| 30 | |
| 31 | - Open a "Command Prompt" window and type ```c:\conda3\Scripts\activate``` into that window to set up the Anaconda environment. |
| 32 | |
| 33 | ===== Update the Python installation ===== |
| 34 | |
| 35 | Type this command: |
| 36 | ```conda update --all``` |
| 37 | |
| 38 | * you will be given a list of packages that have been updated since the miniconda file was created, press enter at the Proceed prompt to perform the update. This may take a few minutes. |
| 39 | |
| 40 | ===== Add other needed packages ===== |
| 41 | |
| 42 | Type this command: |
| 43 | |
| 44 | ```conda install matplotlib pillow pyopengl scipy svn h5py pywin32``` |
| 45 | |
| 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. |
| 47 | |
| 48 | ===== Install the wxPython package ====== |
| 49 | |
| 50 | Type this command: |
| 51 | |
| 52 | ```pip install wxpython``` |
| 53 | |
| 54 | * a 23 Mb file is downloaded and installed. This usually takes less than a minute. |
| 55 | |
| 56 | ===== Install GSAS-II ===== |
| 57 | |
| 58 | * 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 |