Changes between Version 30 and Version 31 of DevNotes/DevGuide/CondaDevSetup
- Timestamp:
- Aug 21, 2018 12:20:27 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/DevGuide/CondaDevSetup
v30 v31 75 75 ''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.'' 76 76 77 Sas View 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.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, because the environment YAML file (see below) will ensure that Python 3 is installed. 78 78 79 79 Using Git Bash, `cd` to your sasview directory and run: … … 82 82 git checkout ESS_GUI 83 83 }}} 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). ]85 84 86 85 There are now a number of operating system dependent .yml files in sasview/build_tools, cd to there then e.g. for Windows