Changeset 8128147 in sasview
- Timestamp:
- Jun 5, 2012 10:17:26 PM (12 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- e4d8cdf
- Parents:
- c5d2760
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/README.txt
r940aca7 r8128147 2 2 ============= 3 3 4 SansView 2.1. 04 SansView 2.1.1 (bug fixed) 5 5 6 - Added DataInfo for data in the DataExplorer and plots 7 - Added Maximize/Restore button in the title bar of the graphs 8 - The 'x' button now works as deleting the graph 9 - Added a hide button in the toolbar of the graph panel 10 - Fixed some bugs and improved some behaviors in the batch/grid panel. 11 - Edit SUM Model from the menubar can now generate more than one sum model. 12 - Report can now be saved as a pdf format on WIN and MAC. 13 - Fixed many minor bugs. 14 15 -version 2.1 16 6 17 - Multiprocessor support(Windows) 7 18 - Simple custom model editor … … 87 98 2.1- System Requirements: 88 99 - Python version >= 2.5 and < 3.0 should be running on the system 89 - We uses Python2.5 - 2.7 for WIN, and Python2.6 - 2.7 for MAC100 - We currently use Python 2.6 90 101 91 102 2.2- Installing from source: … … 95 106 - The following modules are required: 96 107 - wxPython 2.8.12.1 97 - matplotlib 1.1.0 108 - matplotlib 1.1.0 (CHECK MAC VERSION) 98 109 - SciPy 0.10.1 110 - pisa 3.0.27 (NOT 3.0.33) (CHECK MAC VERSION) 111 - setuptools 0.6c11 99 112 - py2app (MAC) 100 113 101 114 (The following three are easily installed using easy_install) 102 115 - lxml 2.3.0 103 - numpy 1.6.1 116 - numpy 1.6.1 (CHECK MAC VERSION) 104 117 - periodictable 1.3.0 105 118 106 119 (The following are additional dependencies for Windows) 107 - comtypes 0.6.2 108 - pywin32 build 217 109 - p isa 3.0.27 (NOT 3.0.33)120 - comtypes 0.6.2 (for PDF support on windows systems) 121 - pywin32 build 217 (to read ms office) 122 - pyPdf 1.13 110 123 - html5lib 0.95 111 124 - reportlab 2.5 112 - pyparsing 1.5.5 113 - PIL 1.1.7 114 - setuptools 0.6c11 125 - pyparsing 1.5.5 (required for periodictable and bundling) 126 - PIL 1.1.7 (Python Image Library) 115 127 - py2exe 0.6.9 (WIN) 116 128 - svn
Note: See TracChangeset
for help on using the changeset viewer.