Changes between Version 32 and Version 33 of DevNotes/Obsolete/AnacondaSetup
- Timestamp:
- Jan 31, 2017 10:01:19 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/Obsolete/AnacondaSetup
v32 v33 37 37 conda 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 38 38 }}} 39 39 At least one additional package is required (compare the 64 bit Windows instructions). 40 {{{ 41 pip install xhtml2pdf 42 }}} 40 43 The 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. 41 44 {{{ … … 132 135 Navigate to the periodictable folder: 133 136 {{{ 134 python setup.py install137 python setup.py clean 135 138 }}} 136 139 137 140 == Step 8 - Build !SasView == 138 141 139 Navigate to the sasview-code folder: 142 Navigate to the sasview-code folder. Optionally check that you have everything by: 143 {{{ 144 python check_packages.py 145 }}} 146 Compile the code: 140 147 {{{ 141 148 python setup.py disable_openmp build -cmingw32