Changes between Version 30 and Version 31 of DevNotes/DevGuide/CondaDevSetup


Ignore:
Timestamp:
Aug 21, 2018 12:20:27 PM (6 years ago)
Author:
richardh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/DevGuide/CondaDevSetup

    v30 v31  
    7575''Some notes, updated 21 August 2018, based on a Windows 7 install. If you just want to see what the new GUI looks like, Piotr may have a downloadable installer.'' 
    7676 
    77 SasView is being reworked, in the ESS_GUI git branch, to use PyQT 5.0 for the GUI. Please note that this branch uses '''exclusively Python 3'''. There is no need to install Anaconda again, though, because the environment YAML file (see below) will ensure that Python 3 is installed. 
     77Sasview is being reworked, in the ESS_GUI git branch, to use PyQT 5.0 for the GUI. Please note that this branch uses '''exclusively Python 3'''. There is no need to install Anaconda again, because the environment YAML file (see below) will ensure that Python 3 is installed. 
    7878 
    7979Using Git Bash, `cd` to your sasview directory and run: 
     
    8282git checkout ESS_GUI 
    8383}}} 
    84 [ Previously we had : Look for `sasview/build_tools/conda_py3_qt5_env.yml`, open it in an editor, save it somewhere else '''outside''' of git control, '''remove''' in the pip section the lines for `sasview` and `sasmodels`, then '''add''' there: `- tinycc==1.1` (the compiler for the models). ] 
    8584 
    8685There are now a number of operating system dependent .yml files in sasview/build_tools, cd to there then e.g. for Windows