Resolve "Add mantid setup to template"
Summary of Changes
This will setup a Poetry environment for the user after the project is generated. If the user chooses to use Mantid, then a conda env will be setup and the Poetry packages will be installed into that.
When using copier tasks, --trust
needs to be added to the copier copy
command. Otherwise, an error is thrown.
Checklist
-
The MR has a clear and concise title -
Code is self-documented and follows style guidelines. -
Automated tests are written and pass successfully. -
Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable) -
Readme file is present and up-to-date.
Documentation Updates
Additional Notes
Closes #13 (closed)