Changes between Version 21 and Version 22 of DevNotes/Obsolete/AnacondaSetup
- Timestamp:
- Apr 29, 2015 7:28:51 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/Obsolete/AnacondaSetup
v21 v22 38 38 }}} 39 39 40 == Step 3 - Install Git ( Or optionally stay with SVN) ==40 == Step 3 - Install Git (or optionally stay with SVN) == 41 41 42 42 === Git === … … 67 67 == Step 5 - Download the Optimiser Package & Periodic Table Package == 68 68 Added by smk78 69 69 70 {{{ 70 71 # With Git: 71 72 git clone https://github.com/bumps/bumps.git bumps-code 72 73 git clone https://github.com/pkienzle/periodictable.git periodictable-code 74 # With SVN: 75 svn checkout https://github.com/bumps/bumps.git bumps-code 76 svn checkout https://github.com/pkienzle/periodictable.git periodictable-code 73 77 }}} 74 78 … … 103 107 python setup.py install 104 108 }}} 109 105 110 Navigate to the periodictable-code folder: 106 111 {{{ … … 110 115 == Step 8 - Build SasView == 111 116 117 Navigate to the sasview-code folder: 112 118 {{{ 113 119 python setup.py disable_openmp build -cmingw32