Changes between Version 4 and Version 5 of PythonPackages


Ignore:
Timestamp:
Oct 15, 2014 5:10:05 PM (9 years ago)
Author:
toby
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPackages

    v4 v5  
    1010 * [http://numpy.scipy.org/ NumPy]
    1111 * [http://www.scipy.org/ SciPy]
    12  * [http://pyopengl.sourceforge.net/ PyOpenGL]
    1312 * [http://www.pythonware.com/products/pil/ Python Imaging Library] (PIL)
    1413
    15 These packages must be installed after Python is installed, or preferably you can install a Python distribution that includes all of these packages [See platform-specific nstallation instructions: [InstallWindows Windows], [InstallMac Mac OS X] or [InstallLinux Linux]). At present, if any of these packages are not present in the version of Python used to start GSAS-II, the program will not start, with the exception of PIL which is only needed for reading some types of images. 
     14These packages must be installed after Python is installed, or preferably you can install a Python distribution that includes all of these packages [See platform-specific installation instructions: [InstallWindows Windows], [InstallMac Mac OS X] or [InstallLinux Linux]). At present, if any of these packages are not present in the version of Python used to start GSAS-II, the program will not start, with the exception of PIL which is only needed for reading some types of images. 
     15
     16In addition, the Python package for OpenGL is required:
     17
     18 * [http://pyopengl.sourceforge.net/ PyOpenGL]
     19
     20but if needed this package will be installed by GSAS-II, but to do this the [https://pythonhosted.org/setuptools/ setuptools package] is needed.