Ignore:
Timestamp:
May 12, 2017 5:48:33 PM (7 years ago)
Author:
toby
Message:

documentation updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/source/index.rst

    r2479 r2832  
    3030
    3131* wxPython (http://wxpython.org/docs/api/),
     32  * note that GSAS-II has been tested with wxPython 2.x and 3.0.x; It
     33    it expected to have problems with wxPython 4.x at present.
    3234* NumPy (http://docs.scipy.org/doc/numpy/reference/),
    3335* SciPy (http://docs.scipy.org/doc/scipy/reference/),
     
    3537* PyOpenGL (http://pyopengl.sourceforge.net/documentation)
    3638
    37 Two packages are used by some parts of the code, but are not required:
     39Two packages are used by some parts of the code, but are not
     40required. If these packages are not present warning messages may be
     41generated but the vast bulk of GSAS-II will function normally.
    3842
    3943* PIL (http://www.pythonware.com/products/pil/) or Pillow (https://pillow.readthedocs.org). This is used to save
     
    4650Note that the packages listed above are not distributed as part of the Python standard
    4751library and must be obtained separately (or in a bundled Python
    48 package such as the Enthought Inc.'s Canopy or
    49 Continuum.io's anaconda; we also use the older Enthought Python
     52package such as Continuum.io's Anaconda or Enthought Inc.'s Canopy;
     53we also do some testing using the older Enthought Python
    5054Distribution). 
    5155One exception is the PyOpenGL package. This will be installed into
Note: See TracChangeset for help on using the changeset viewer.