Changes between Version 3 and Version 4 of G2onPy3
- Timestamp:
- Dec 22, 2017 10:26:29 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
G2onPy3
v3 v4 1 1 = GSAS-II with Python 3.x = 2 2 3 Here are some instructions for installing Python 3.6 for GSAS-II 3 Here are some instructions for installing Python 3.6 for GSAS-II. At this time, Anaconda does not supply a conda package for wxPython, so a single-download installer is not being created. 4 4 5 5 == Windows == … … 7 7 ===== Install Miniconda from https://repo.continuum.io/miniconda ===== 8 8 9 * Download and run the [https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe Miniconda3-latest-Windows-x86_64.exe] file. The installer will ask you to exit all applications. This is probably not needed but saving your work in all apps before continuing seems like a good idea.9 * Download and run the [https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe Miniconda3-latest-Windows-x86_64.exe] file. The installer will ask you to exit all applications. This is probably not needed, but saving your work in all apps before continuing seems like a good idea. 10 10 11 11 * You will need to accept the license agreement. … … 13 13 * Select "Just Me" unless you want to run Python from multiple accounts on your computer and are logged into an admin account. Use of "Just Me" is recommended. 14 14 15 * Select the installation location with some care. Avoid any path that contains a space in it (avoid ```C:\Users\Brian Toby\Miniconda3```). I suggest ```C:\conda3``` . Make a note of the path you use and change subsequent commands to use this path if you use something else.15 * Select the installation location with some care. Avoid any path that contains a space in it (avoid ```C:\Users\Brian Toby\Miniconda3```). I suggest ```C:\conda3``` unless D: (etc.) would be a better choice. Make a note of the path you use and change subsequent commands to use this path if you use something else. 16 16 17 * Unselect both of the two "Advanced option" boxes unless you are planning to do your own development in Python and understand what they do.17 * Unselect both of the two "Advanced option" boxes, unless you are planning to do your own development in Python and understand what they do. 18 18 19 19 * Click on "Install" and wait a few minutes while the minimal Python files are unpacked and are installed on your computer. … … 27 27 * This will start a cmd.exe window where Python and other Anaconda-installed tools are in the path. 28 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. 29 * If for some reason this command is not available. Do this: Open a "Command Prompt" window and type ```c:\conda3\Scripts\activate``` into that window to set up the Anaconda environment. 32 30 33 31 ===== Update the Python installation ===== … … 46 44 * 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 45 48 ===== Install the wxPython package ===== =46 ===== Install the wxPython package ===== 49 47 50 48 Type this command: