Changes between Version 7 and Version 8 of PythonPackages
- Timestamp:
- Jan 22, 2018 11:42:38 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonPackages
v7 v8 1 1 = Python Packages Required in GSAS-II = 2 2 3 GSAS-II requires that you install Python 2.7.x o n your computer as well as a number of3 GSAS-II requires that you install Python 2.7.x or >=3.6 on your computer as well as a number of 4 4 [http://gsas-ii.readthedocs.org/en/latest/#required-packages required Python packages]. 5 5 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.6 We 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. 7 7 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. 8 Some users may prefer to install Python themselves. 9 There 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 11 At 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.