Changes between Version 12 and Version 13 of DevNotes/DevGuide/CondaDevSetup


Ignore:
Timestamp:
Nov 7, 2017 2:31:02 AM (6 years ago)
Author:
wojciech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CondaDevSetup

    v12 v13  
    77 * At the Advanced Options screen, you need to consider whether or not you want to make Anaconda your default version of Python.  Developers who do not work on multiple Python projects can just accept the defaults here. 
    88 
    9 == Step 2 - Install dependencies using yml files == 
     9== Step 2 - Download !SasView and sasmodels from github == 
     10If you don't have git installed, go to the GIT section below ([#anchor1 Step 7]) for instructions, otherwise simply run 
     11 
     12{{{ 
     13git clone https://github.com/SasView/sasview.git sasview 
     14git clone https://github.com/SasView/sasmodels.git sasmodels 
     15}}} 
     16 
     17 
     18== Step 3 - Install dependencies using yml files == 
    1019Go to folder: 
    1120 
     
    2534conda env create -f sasview-env-build_linux.yml 
    2635}}} 
    27 == Step 3 - activate conda enviroment == 
     36== Step 4 - activate conda enviroment == 
    2837{{{ 
    2938#Windows 
     
    3443}}} 
    3544 
    36 == Step 4 - Download !SasView and sasmodels from github == 
    37 If you don't have git installed, go to the GIT section below ([#anchor1 Step 6]) for instructions, otherwise simply run 
    38  
    39 {{{ 
    40 git clone https://github.com/SasView/sasview.git sasview 
    41 git clone https://github.com/SasView/sasmodels.git sasmodels 
    42 }}} 
    43  
    44  
    45 == Step 4a (Windows only) - Install tinycc == 
     45== Step 5 (Windows only) - Install tinycc == 
    4646On Windows you may additionally need to install compiler. You can choose between different compilers (e.g. GCC, MSVC) but here we provide instructions how to install tinycc 
    4747 
     
    5757}}} 
    5858 
    59 == Step 5 - run !SasView == 
     59== Step 6 - run !SasView == 
    6060You should be ready to go now go to sasview directory and run 
    6161 
     
    6969 
    7070}}} 
    71 == [=#anchor1 Step 6 - Install Git (Optional)] == 
     71== [=#anchor1 Step 7 - Install Git (Optional)] == 
    7272Install Git for your platform by following instructions: 
    7373