Changes between Version 2 and Version 3 of DevNotes/DevGuide/CondaDevSetup


Ignore:
Timestamp:
Oct 28, 2017 7:12:46 AM (6 years ago)
Author:
wojciech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CondaDevSetup

    v2 v3  
    99* 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. 
    1010 
    11 == Step 2 - Download SasView and sasmodels from github == 
     11== Step 2 - Download SasView! and sasmodels from github == 
    1212If you don't have installed go GIT section for instructions, otherwise simply run 
    1313{{{ 
     
    3636}}} 
    3737 
    38 === Step 4 - activate conda enviroment === 
     38== Step 4 - activate conda enviroment == 
    3939{{{ 
    4040#Windows 
    41 call activate sasview 
     41activate sasview 
    4242 
    43 #Mac OSX 
     43#Mac OSX and Linux 
     44source activate sasview 
     45}}} 
    4446 
    45 #Linux 
     47== Step 4 - run SasView! == 
     48You should be ready to go now go to sasview directory and run 
     49{{{ 
     50 
     51#Windows 
     52python run.py 
     53 
     54#Mac OSX and Linux 
     55pythonw run.py 
    4656 
    4757}}} 
    4858 
    4959 
    50 == Step 3 - Install Git (Optional) == 
     60== Step 6 - Install Git (Optional) == 
    5161 
    5262=== Git ===