Changeset 3857 for trunk/docs
- Timestamp:
- Mar 18, 2019 12:09:57 PM (5 years ago)
- Location:
- trunk/docs/source
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/source/index.rst
r3288 r3857 5 5 ================================= 6 6 7 The following documentation is intended for those wishing to code 8 withing the GSAS-II framework, those planning to understand how 9 GSAS-II works or for people wishing to develop scripting applications 10 using the API (:mod:`GSASIIscriptable`). 11 12 Contents 13 --------- 14 7 15 .. toctree:: 8 16 17 packages.rst 9 18 GSASII.rst 10 19 GSASIIobj.rst … … 25 34 exports.rst 26 35 27 *Required packages*28 --------------------29 30 GSAS-II requires a standard Python interpreter to be installed, as31 well as several separately-developed packages. GSAS-II is being32 developed using both Python 2.7 and Python 3.6, but some sections of33 the code have not been exercised in Python 3 so bugs are to be34 expected (please report them). Our35 goal is to keep the code compliant with both Python 2.7 and 3.x for36 the immediate future.37 38 Note that GSAS-II requires the Python extension packages39 40 * wxPython (http://wxpython.org/docs/api/). Note that GSAS-II has been tested with wxPython >=2.8, 3.0.x and 4.0.x41 * NumPy (http://docs.scipy.org/doc/numpy/reference/),42 * SciPy (http://docs.scipy.org/doc/scipy/reference/),43 * matplotlib (http://matplotlib.org/contents.html) and44 * 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 46 Several packages are used by some parts of the code, but are not47 required. If these packages are not present warning messages may be48 generated when needed, but the vast bulk of GSAS-II will function normally.49 50 * PIL (http://www.pythonware.com/products/pil/) or Pillow (https://pillow.readthedocs.org). This is used to save51 and read certain types of images.52 * h5py is the HDF5 interface and hdf5 is the support package. These53 packages are (not surprisingly) required54 to import images from HDF5 files. If these libraries are not present,55 the HDF5 importer(s) will not appear in the import menu and a56 warning message appears on GSAS-II startup.57 * imageio is used to make movies.58 * svn: When using Anaconda we also encourage installation of the59 svn (subversion) conda package. This is not actually part of Python60 and can be installed directly into your system's configuration. It is used by61 GSAS-II to download updates to our code.62 63 Note that the packages listed above are not distributed as part of the Python standard64 library. We use the free Anaconda Python (https://www.anaconda.com/)65 distribution (and provide installers based on that), but there are66 many other fine distributions, such as Enthought Inc.'s Canopy and67 Python(x,y), see here: https://www.python.org/download/alternatives/.68 We do some testing using the older Enthought Python Distribution69 (EPD); this is known to have some problems with reading CIFs and70 encourage updating from that.
Note: See TracChangeset
for help on using the changeset viewer.