Changes between Version 21 and Version 22 of DevNotes/Obsolete/AnacondaSetup


Ignore:
Timestamp:
Apr 29, 2015 7:28:51 AM (9 years ago)
Author:
smk78
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/AnacondaSetup

    v21 v22  
    3838}}} 
    3939 
    40 == Step 3 - Install Git (Or optionally stay with SVN) == 
     40== Step 3 - Install Git (or optionally stay with SVN) == 
    4141 
    4242=== Git === 
     
    6767== Step 5 - Download the Optimiser Package & Periodic Table Package == 
    6868Added by smk78 
     69 
    6970{{{ 
    7071# With Git: 
    7172git clone https://github.com/bumps/bumps.git bumps-code 
    7273git clone https://github.com/pkienzle/periodictable.git periodictable-code 
     74# With SVN: 
     75svn checkout https://github.com/bumps/bumps.git bumps-code 
     76svn checkout https://github.com/pkienzle/periodictable.git periodictable-code 
    7377}}} 
    7478 
     
    103107python setup.py install 
    104108}}} 
     109 
    105110Navigate to the periodictable-code folder: 
    106111{{{ 
     
    110115== Step 8 - Build SasView == 
    111116 
     117Navigate to the sasview-code folder: 
    112118{{{ 
    113119python setup.py disable_openmp build -cmingw32