Changes between Version 2 and Version 3 of DevNotes/Obsolete/AnacondaSetup


Ignore:
Timestamp:
Feb 12, 2015 5:35:50 AM (9 years ago)
Author:
Peter Parker
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/AnacondaSetup

    v2 v3  
    1919Add the channel containing extra dependencies needed by SasView: 
    2020 
     21{{{ 
    2122conda config --add channels https://conda.binstar.org/PeterParker 
     23}}} 
    2224 
    2325Install all the SasView dependencies need: 
    2426 
    25 conda install --yes pylint matplotlib=1.1.1 scipy pyparsing html5lib wxpython reportlab lxml PIL setuptools numpy comtypes pywin32 py2exe pisa periodictable bumps numpy sphinx unittest-xml-reporting 
     27{{{ 
     28conda install --yes pylint matplotlib scipy pyparsing html5lib wxpython reportlab lxml PIL setuptools numpy comtypes pywin32 py2exe pisa periodictable bumps numpy sphinx unittest-xml-reporting 
     29}}} 
    2630 
    2731== Step 3 - Install SVN (Soon to be Git!) == 
     
    3337Download the source code: 
    3438 
     39{{{ 
    3540svn checkout http://svn.code.sf.net/p/sasview/code/trunk sasview-code 
    3641cd sasview-code 
     42}}} 
    3743 
    3844Build SasView.  To do this we would ideally we would like to run: 
    3945 
     46{{{ 
    4047python setup.py build -cmingw32 
     48}}}