Changes between Version 12 and Version 13 of DevNotes/DevGuide/CondaDevSetup
- Timestamp:
- Nov 7, 2017 4:31:02 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/DevGuide/CondaDevSetup
v12 v13 7 7 * 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. 8 8 9 == Step 2 - Install dependencies using yml files == 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 7]) 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 17 18 == Step 3 - Install dependencies using yml files == 10 19 Go to folder: 11 20 … … 25 34 conda env create -f sasview-env-build_linux.yml 26 35 }}} 27 == Step 3- activate conda enviroment ==36 == Step 4 - activate conda enviroment == 28 37 {{{ 29 38 #Windows … … 34 43 }}} 35 44 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 == 46 46 On 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 47 47 … … 57 57 }}} 58 58 59 == Step 5- run !SasView ==59 == Step 6 - run !SasView == 60 60 You should be ready to go now go to sasview directory and run 61 61 … … 69 69 70 70 }}} 71 == [=#anchor1 Step 6- Install Git (Optional)] ==71 == [=#anchor1 Step 7 - Install Git (Optional)] == 72 72 Install Git for your platform by following instructions: 73 73