source: sasview/sansview/README.txt @ afea8fe

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since afea8fe was afea8fe, checked in by Mathieu Doucet <doucetm@…>, 12 years ago

Re #2 Updated README with installation instructions

  • Property mode set to 100644
File size: 865 bytes
Line 
1* INSTALLATION
2        For Mac and Windows, run the appropriate installer found at https://sourceforge.net/projects/sansviewproject/files/
3
4
5* LINUX INSTALLATION
6
7        Create a directory where you want to install SansView. For example:
8                mkdir ~/my_username/sansview_dir
9               
10        Make sure that this directory is on the python path:
11                export PYTHONPATH=~/my_username/sansview_dir
12       
13        Download the .egg file and run the following:
14       
15        easy_install -d=~/my_username/sansview_dir sansview[...].egg
16       
17        SansView can then be started by calling:
18       
19        ~/my_username/sansview_dir/sansview
20
21
22* DEPENDENCIES
23       
24        - wxPython >= 2.8.11
25        - numpy >= 1.4.1
26        - matplotlib >= 0.99.1.1
27        - scipy
28       
29        The egg installation will attempt to install the following packages. You may want to
30        install them yourself before installing SansView:
31       
32        - lxml
33        - pil
34        - periodictable
35
Note: See TracBrowser for help on using the repository browser.