Changeset 3dc977c in sasview


Ignore:
Timestamp:
Nov 18, 2011 2:44:50 PM (12 years ago)
Author:
Mathieu Doucet <doucetm@…>
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:
d113531
Parents:
6df04e43
Message:

Re #2 Update README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/README.txt

    rd937b45 r3dc977c  
    1 ################################################################################ 
    2 #This software was developed by the University of Tennessee as part of the 
    3 #Distributed Data Analysis of Neutron Scattering Experiments (DANSE) 
    4 #project funded by the US National Science Foundation.  
    5 # 
    6 #See the license text in license.txt 
    7 # 
    8 #copyright 2008, University of Tennessee 
    9 ################################################################################ 
     1* INSTALLATION 
     2For Mac and Windows, run the appropriate installer found at https://sourceforge.net/projects/sansviewproject/files/ 
    103 
    114 
    12 How-to build an application using guiframe: 
     5* LINUX INSTALLATION 
     6Download the .egg file and run the following: 
    137 
    14 1- Write a main application script along the lines of dummyapp.py 
    15 2- Write a config script along the lines of config.py, and  
    16     name it local_config.py 
    17 3- Write your plug-ins and place them in a directory called "perspectives". 
    18     - Look at local_perspectives/plotting for an example of a plug-in. 
    19     - A plug-in should define a class named Plugin, 
    20          inheriting from PluginBase in plugin_base.py 
    21      
    22 4- each panel used in guiframe must inheritation from PanelBase in panel_base.py 
     8easy_install --user sansview[...].egg 
    239 
    24 The Sansview package builds and installs the main Sansview application. 
     10Alternatively, you can run: 
     11 
     12easy_install --prefix [path to install directory] sansview[...].egg 
     13 
     14SansView can then be started by bin calling: 
     15 
     16[path to install directory]/sansview 
     17 
Note: See TracChangeset for help on using the changeset viewer.