Changes between Version 5 and Version 6 of TartuSchoolSasViewInstall


Ignore:
Timestamp:
Sep 8, 2017 5:54:53 AM (7 years ago)
Author:
ajj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TartuSchoolSasViewInstall

    v5 v6  
    11= Tartu School !SasView Instructions = 
    22 
    3 = Installing for Windows or Mac = 
     3== Installing for Windows or Mac == 
    44Download and install the latest release of !SasView for your platform (Windows 32bit / Windows 64bit / Mac) from: [https://github.com/SasView/sasview/releases/tag/v4.1.2] 
    55 
    66 
    7 = Running Sasview on Linux = 
     7== Running Sasview on Linux == 
    88There are currently no packaged releases of !SasView for Linux. Thus some familiarity with linux command line tools is required. The following instructions concern Ubuntu 16.04 but should provide sufficient guidelines for any linux distribution. These instructions obviously reference the package manger on Debian based system (apt), so you should replace such commands with the correct ones for your distro. 
    99 
    10 == Download source code for !SasView and !SasModels ==  
     10=== Download source code for !SasView and !SasModels === 
    1111- To obtain the source code you need to have git running. if you haven't already got it, it can be obtained from Ubuntu repository 
    1212{{{ 
     
    2929- Each of !SasView and !SasModels should now be checked out at the current release version. 
    3030 
    31 == Install dependencies using apt-get ==  
     31=== Install dependencies using apt-get ===  
    3232- Scientific python packages (numpy, scipy) together with matplotlib, pylint and wxgtk2.8 can be installed by running 
    3333{{{ 
     
    3535}}} 
    3636 
    37 == Install pip == 
    38 - The remaining dependencies can be installed using pip, which can be obtained by running the following: 
     37=== Install pip === 
     38- The remaining dependencies can be installed using pip, which if it is not already installed, can be obtained by running the following: 
    3939{{{ 
    4040wget https://bootstrap.pypa.io/get-pip.py 
     
    4242}}} 
    4343 
    44 == Install dependencies using pip == 
     44=== Install dependencies using pip === 
    4545- Once pip is obtained the remaining dependencies are installed by: 
    4646{{{ 
     
    5050}}} 
    5151 
    52 == Run !SasView == 
     52=== Run !SasView ==- 
    5353- Then one can navigate to a !SasView source directory (most likely "cd sasview") and simply run 
    5454{{{ 
     
    5757- This should then build !SasModels as needed and run !SasView. 
    5858 
    59 == Building the Help Docs == 
     59=== Building the Help Docs === 
    6060The process for building the help docs has been steadily evolving. The latest instructions might be found [http://trac.sasview.org/wiki/BuildDocs here]