Changeset 3858 for trunk/docs/source/packages.rst
- Timestamp:
- Mar 19, 2019 9:18:53 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/source/packages.rst
r3857 r3858 1 *Required packages* 1 Required packages 2 2 ==================== 3 3 … … 5 5 well as several separately-developed packages. GSAS-II is being 6 6 developed using Python 2.7, 3.6 and 3.7. At this point we think that 7 most sections of the code have notbeen exercised in Python 2 and 3,7 most sections of the code have been exercised in Python 2 and 3, 8 8 but bugs are still expected (please report them). Our 9 9 goal is to keep the code compliant with both Python 2.7 and 3.x for … … 19 19 encourage updating from that. 20 20 21 GUI Use22 -------- 21 GUI Requirements 22 ---------------- 23 23 24 24 When using the GSAS-II graphical user interface (GUI), the following 25 25 Python extension packages are required: 26 26 27 * wxPython (http://wxpython.org/docs/api/). Note that GSAS-II has been tested with wxPython >=2.8, 3.0.x and 4.0.x27 * wxPython (http://wxpython.org/docs/api/). Note that GSAS-II has been tested with wxPython 2.8.x, 3.0.x and 4.0.x. We encourage use of 3.0 with Python 2.7 and 4.x with Python 3.x. 28 28 * NumPy (http://docs.scipy.org/doc/numpy/reference/), 29 29 * SciPy (http://docs.scipy.org/doc/scipy/reference/), … … 31 31 * 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. 32 32 33 Several packages are used by some parts of the code, but are not33 Several packages are used in sections of the code, but are not 34 34 required. If these packages are not present, warning messages may be 35 generated whenneeded, but the vast bulk of GSAS-II will function normally.35 generated if they would be needed, but the vast bulk of GSAS-II will function normally. 36 36 37 37 * Pillow (https://pillow.readthedocs.org) or PIL (http://www.pythonware.com/products/pil/). This is used to save … … 49 49 50 50 51 Scripting Use52 --------------- 51 Scripting Requirements 52 -------------------- 53 53 54 54 When using the GSAS-II scripting interface (:mod:`GSASIIscriptable`),
Note: See TracChangeset
for help on using the changeset viewer.