source: sasview/sansview/README.txt @ fa02d95

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 fa02d95 was cacd1d6, checked in by Mathieu Doucet <doucetm@…>, 13 years ago

Re #2 Update README

  • Property mode set to 100644
File size: 567 bytes
Line 
1* INSTALLATION
2For Mac and Windows, run the appropriate installer found at https://sourceforge.net/projects/sansviewproject/files/
3
4
5* LINUX INSTALLATION
6
7Create a directory where you want to install SansView. For example:
8        mkdir ~/my_username/sansview_dir
9       
10Make sure that this directory is on the python path:
11        export PYTHONPATH=~/my_username/sansview_dir
12
13Download the .egg file and run the following:
14
15easy_install -d=~/my_username/sansview_dir sansview[...].egg
16
17SansView can then be started by calling:
18
19~/my_username/sansview_dir/sansview
20
Note: See TracBrowser for help on using the repository browser.