Changes between Version 8 and Version 9 of DevNotes/DevGuide/CondaDevSetup


Ignore:
Timestamp:
Nov 7, 2017 3:49:29 AM (6 years ago)
Author:
wojciech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CondaDevSetup

    v8 v9  
    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 - Download !SasView and sasmodels from github == 
    10 If you don't have git installed, go to the GIT section below ([#anchor1 Step 6]) for instructions, otherwise simply run 
    11  
    12 {{{ 
    13 git clone https://github.com/SasView/sasview.git sasview 
    14 git clone https://github.com/SasView/sasmodels.git sasmodels 
    15 }}} 
    16 == Step 3 - Install dependencies using yml files == 
     9== Step 2 - Install dependencies using yml files == 
    1710Go to folder: 
    1811 
     
    3225conda env create -f sasview-env-build_linux.yml 
    3326}}} 
    34 == Step 4 - activate conda enviroment == 
     27== Step 3 - activate conda enviroment == 
    3528{{{ 
    3629#Windows 
     
    4033source activate sasview 
    4134}}} 
    42 == Step 4 - run !SasView == 
     35 
     36== Step 4 - Download !SasView and sasmodels from github == 
     37If you don't have git installed, go to the GIT section below ([#anchor1 Step 6]) for instructions, otherwise simply run 
     38 
     39{{{ 
     40git clone https://github.com/SasView/sasview.git sasview 
     41git clone https://github.com/SasView/sasmodels.git sasmodels 
     42}}} 
     43 
     44On Windows additionally clone 
     45 
     46{{{ 
     47https://github.com/SasView/tinycc.git tinycc 
     48}}} 
     49 
     50== Step 4a (Windows only) - Install tinycc == 
     51{{{ 
     52cd tinycc 
     53python setup.py build install 
     54}}} 
     55 
     56 
     57== Step 5 - run !SasView == 
    4358You should be ready to go now go to sasview directory and run 
    4459