Changes between Version 32 and Version 33 of DevNotes/Obsolete/AnacondaSetup


Ignore:
Timestamp:
Jan 31, 2017 10:01:19 AM (7 years ago)
Author:
richardh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/AnacondaSetup

    v32 v33  
    3737conda install --yes pylint matplotlib scipy pyparsing html5lib wxpython reportlab lxml PIL setuptools numpy comtypes pywin32 py2exe pisa numpy sphinx unittest-xml-reporting mingw pip h5py 
    3838}}} 
    39  
     39At least one additional package is required (compare the 64 bit Windows instructions). 
     40{{{ 
     41pip install xhtml2pdf 
     42}}} 
    4043The bumps and periodictable Anaconda packages are not up to date. To install the latest versions, use pip as below, or checkout the repositories as outlined in Step 5. 
    4144{{{ 
     
    132135Navigate to the periodictable folder: 
    133136{{{ 
    134 python setup.py install 
     137python setup.py clean 
    135138}}} 
    136139 
    137140== Step 8 - Build !SasView == 
    138141 
    139 Navigate to the sasview-code folder: 
     142Navigate to the sasview-code folder. Optionally check that you have everything by: 
     143{{{ 
     144python check_packages.py 
     145}}} 
     146Compile the code: 
    140147{{{ 
    141148python setup.py disable_openmp build -cmingw32