Changeset 3238


Ignore:
Timestamp:
Jan 22, 2018 3:20:40 PM (6 years ago)
Author:
toby
Message:

doc/tutorial updates

File:
1 edited

Legend:

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

    r3190 r3238  
    2828--------------------
    2929
     30GSAS-II requires a standard Python interpreter to be installed, as
     31well as several separately-developed packages. GSAS-II is being
     32developed using both Python 2.7 and Python 3.6, but some sections of
     33the code have not been exercised in Python 3 so bugs are to be
     34expected (please report them). Our
     35goal is to keep the code compliant with both Python 2.7 and 3.x for
     36the immediate future.
     37
    3038Note that GSAS-II requires the Python extension packages
    3139
    3240* wxPython (http://wxpython.org/docs/api/),
    33   * note that GSAS-II has been tested with wxPython 2.x and 3.0.x; It it expected to have problems with wxPython 4.x at present.
     41  * note that GSAS-II has been tested with wxPython >=2.8, 3.0.x and 4.0.x
    3442* NumPy (http://docs.scipy.org/doc/numpy/reference/),
    3543* SciPy (http://docs.scipy.org/doc/scipy/reference/),
    3644* matplotlib (http://matplotlib.org/contents.html)  and
    3745* PyOpenGL (http://pyopengl.sourceforge.net/documentation)
     46  * Note: a copy of this is distributed with GSAS-II at present and will be
     47    installed if the Python setuptools package is present.
    3848
    3949Two packages are used by some parts of the code, but are not
     
    4858  warning message appears on GSAS-II startup.
    4959
     60* When using Anaconda we also encourage installation of the subversion
     61  (svn) package. This is a separate package from Python and is used by
     62  GSAS-II to download updates to our code. It can also be installed
     63  separately.
     64
    5065Note that the packages listed above are not distributed as part of the Python standard
    51 library and must be obtained separately (or in a bundled Python
    52 package such as Continuum.io's Anaconda or Enthought Inc.'s Canopy;
    53 we also do some testing using the older Enthought Python
    54 Distribution). 
    55 One exception is the PyOpenGL package. This will be installed into
    56 Python by GSAS-II if not found, so it does not need to be included in
    57 the Python bundle, but the setuptools package
    58 (https://pythonhosted.org/setuptools/) is needed by GSAS-II to install
    59 PyOpenGL.
     66library. We use the free Anaconda Python (https://www.anaconda.com/)
     67distribution (and provide installers based on that), but there are
     68many other fine distributions, such as Enthought Inc.'s Canopy and
     69Python(x,y), see here: https://www.python.org/download/alternatives/.
     70We do some testing using the older Enthought Python Distribution
     71(EPD); this is known to have some problems with reading CIFs and
     72encourage updating.
Note: See TracChangeset for help on using the changeset viewer.