Changes between Version 7 and Version 8 of PythonPackages


Ignore:
Timestamp:
Jan 22, 2018 11:42:38 AM (6 years ago)
Author:
toby
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPackages

    v7 v8  
    11= Python Packages Required in GSAS-II =
    22
    3 GSAS-II requires that you install Python 2.7.x on your computer as well as a number of
     3GSAS-II requires that you install Python 2.7.x or >=3.6 on your computer as well as a number of
    44[http://gsas-ii.readthedocs.org/en/latest/#required-packages required Python packages].
    55
    6 There are many distributions of Python available, but for Windows and Mac users, the easiest way to obtain Python with the packages we require is to install the Canopy or Anaconda distributions, as described in the platform-specific installation instructions ([InstallWindows Windows], [InstallMac Mac OS X] or [InstallLinux Linux]). Linux users have the additional option of using pre-built Python dists from Redhat, Ubuntu, etc.
     6We provide a single-file install distribution for ([InstallWindows Windows], [InstallMac Mac OS X] and [InstallLinux Linux]) that installs Python, the required packages and then downloads the latest version of GSAS-II.
    77
    8 At present, GSAS-II is being developed with Python version 2.7 (2.7.3 - 2.7.10 as this is written). GSAS-II requires the !WxPython which is not yet being included in bundled Python distributions for Python 3.x, so we have not started Python 3 testing. We hope this changes soon.
     8Some users may prefer to install Python themselves.
     9There are many distributions of Python available, but the easiest way to obtain Python with the required packages is to install the Anaconda (or Canopy) distributions, as described in the platform-specific installation instructions ([InstallWindows Windows], [InstallMac Mac OS X] or [InstallLinux Linux]). Linux users have the additional option of using pre-built Python dists from Redhat, Ubuntu, etc. This can sometimes be required as some older or very new dists can have compatibility problems with Anaconda, etc.
     10
     11At present, GSAS-II is being developed with Python version 2.7 (2.7.3 - 2.7.13, as this is written) and is also getting limited testing with Python 3.6. We are waiting for Anaconda to provide !WxPython 4.0 packages before making a major transition to Python 3.