Changeset 2832 for trunk/docs/source/index.rst
- Timestamp:
- May 12, 2017 5:48:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/source/index.rst
r2479 r2832 30 30 31 31 * 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. 32 34 * NumPy (http://docs.scipy.org/doc/numpy/reference/), 33 35 * SciPy (http://docs.scipy.org/doc/scipy/reference/), … … 35 37 * PyOpenGL (http://pyopengl.sourceforge.net/documentation) 36 38 37 Two packages are used by some parts of the code, but are not required: 39 Two packages are used by some parts of the code, but are not 40 required. If these packages are not present warning messages may be 41 generated but the vast bulk of GSAS-II will function normally. 38 42 39 43 * PIL (http://www.pythonware.com/products/pil/) or Pillow (https://pillow.readthedocs.org). This is used to save … … 46 50 Note that the packages listed above are not distributed as part of the Python standard 47 51 library and must be obtained separately (or in a bundled Python 48 package such as the Enthought Inc.'s Canopy or49 Continuum.io's anaconda; we also usethe older Enthought Python52 package such as Continuum.io's Anaconda or Enthought Inc.'s Canopy; 53 we also do some testing using the older Enthought Python 50 54 Distribution). 51 55 One exception is the PyOpenGL package. This will be installed into
Note: See TracChangeset
for help on using the changeset viewer.