Changes between Version 5 and Version 6 of TartuSchoolSasViewInstall
- Timestamp:
- Sep 8, 2017 3:54:53 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TartuSchoolSasViewInstall
v5 v6 1 1 = Tartu School !SasView Instructions = 2 2 3 = Installing for Windows or Mac=3 == Installing for Windows or Mac == 4 4 Download 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] 5 5 6 6 7 = Running Sasview on Linux=7 == Running Sasview on Linux == 8 8 There 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. 9 9 10 == Download source code for !SasView and !SasModels ==10 === Download source code for !SasView and !SasModels === 11 11 - 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 12 12 {{{ … … 29 29 - Each of !SasView and !SasModels should now be checked out at the current release version. 30 30 31 == Install dependencies using apt-get==31 === Install dependencies using apt-get === 32 32 - Scientific python packages (numpy, scipy) together with matplotlib, pylint and wxgtk2.8 can be installed by running 33 33 {{{ … … 35 35 }}} 36 36 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: 39 39 {{{ 40 40 wget https://bootstrap.pypa.io/get-pip.py … … 42 42 }}} 43 43 44 == Install dependencies using pip==44 === Install dependencies using pip === 45 45 - Once pip is obtained the remaining dependencies are installed by: 46 46 {{{ … … 50 50 }}} 51 51 52 == Run !SasView ==52 === Run !SasView ==- 53 53 - Then one can navigate to a !SasView source directory (most likely "cd sasview") and simply run 54 54 {{{ … … 57 57 - This should then build !SasModels as needed and run !SasView. 58 58 59 == Building the Help Docs==59 === Building the Help Docs === 60 60 The process for building the help docs has been steadily evolving. The latest instructions might be found [http://trac.sasview.org/wiki/BuildDocs here]