Changeset 3288 for trunk/docs
- Timestamp:
- Feb 16, 2018 3:22:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/source/index.rst
r3270 r3288 44 44 * PyOpenGL (http://pyopengl.sourceforge.net/documentation). Note: a copy of this is distributed with GSAS-II (at present) and will be installed if the Python setuptools package is present. 45 45 46 Twopackages are used by some parts of the code, but are not46 Several packages are used by some parts of the code, but are not 47 47 required. If these packages are not present warning messages may be 48 generated but the vast bulk of GSAS-II will function normally.48 generated when needed, but the vast bulk of GSAS-II will function normally. 49 49 50 50 * PIL (http://www.pythonware.com/products/pil/) or Pillow (https://pillow.readthedocs.org). This is used to save 51 51 and read certain types of images. 52 * h5py is the HDF5 support package. This is (not surprisingly) required 53 to import images from HDF5 files. If this library is not present, 52 * h5py is the HDF5 interface and hdf5 is the support package. These 53 packages are (not surprisingly) required 54 to import images from HDF5 files. If these libraries are not present, 54 55 the HDF5 importer(s) will not appear in the import menu and a 55 56 warning message appears on GSAS-II startup. 56 57 * When using Anaconda we also encourage installation of the subversion58 (svn) package. This is a separate package from Python and is used by59 GSAS-II to download updates to our code. It can also be installed60 separately.57 * imageio is used to make movies. 58 * svn: When using Anaconda we also encourage installation of the 59 svn (subversion) conda package. This is not actually part of Python 60 and can be installed directly into your system's configuration. It is used by 61 GSAS-II to download updates to our code. 61 62 62 63 Note that the packages listed above are not distributed as part of the Python standard … … 67 68 We do some testing using the older Enthought Python Distribution 68 69 (EPD); this is known to have some problems with reading CIFs and 69 encourage updating .70 encourage updating from that.
Note: See TracChangeset
for help on using the changeset viewer.