Changes between Version 4 and Version 5 of DevNotes/DevGuide/CondaDevSetup5.0


Ignore:
Timestamp:
Mar 18, 2019 4:18:18 AM (5 years ago)
Author:
richardh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CondaDevSetup5.0

    v4 v5  
    11= Easy Developer Setup for !SasView 5.0 Using Anaconda = 
     2Note - if you want to be able to build !SasView 5 alongside !SasView  4 and then switch between them, please compare the Sasview 4 instructions, especially "Step 6". 
     3 
    24== Step 1 - Install Anaconda == 
    35Download the latest '''64-Bit''' Python '''3.6''' Installer from https://repo.continuum.io/archive/ (e.g. Anaconda3-5.2.0-Windows-x86_64.exe) and run it. 
     
    1719git clone https://github.com/SasView/sasmodels.git sasmodels 
    1820}}} 
     21== Step 3 checkout ESS GUI branch == 
     22Go to folder: 
    1923 
    20 == Step 3 checkout ESS GUI branch ==  
    21 Go to folder:  
    2224{{{ 
    2325cd sasview  
    2426}}} 
     27and run: 
    2528 
    26 and run:  
    2729{{{ 
    2830git checkout ESS_GUI 
    2931}}} 
    30  
    3132== Step 4 - Install dependencies == 
    3233Go to folder: 
     
    5556On Windows 10, you may find that the `make` command does not work with the above method. You can find a Windows-compatible build of GNU Make here: http://gnuwin32.sourceforge.net/packages/make.htm Ensure that you add the install directory to your PATH. 
    5657 
     58See further notes at "Step 6" of the !SasView 4 developer notes. 
     59 
    5760== Step 5 - activate conda enviroment == 
    5861{{{ 
     
    6972source activate qt5_ubuntu 
    7073}}} 
    71  
    7274== Step 6 - run !SasView == 
    7375You should be ready to run sasview.  Go to sasview directory and run 
     
    8688 
    8789}}} 
    88  
    8990== [=#anchor1 Step 7 - Install Git (Optional)] == 
    9091Install Git for your platform by following instructions: