-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added WSL and Anaconda instructions #872
added WSL and Anaconda instructions #872
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #872 +/- ##
=======================================
Coverage 99.56% 99.56%
=======================================
Files 61 61
Lines 2750 2750
=======================================
Hits 2738 2738
Misses 12 12 ☔ View full report in Codecov by Sentry. |
Double-checked that the commands worked on a default (Ubuntu) WSL install. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rekomodo I think this will greatly help! One day we will try to couple this with an installation video.
Could you try to also tackle #837 while we're there? I think it would just be adding a sentence or two at the very top (before installing Fenics) saying that we need to first install FEniCS the main dependency and then install FESTIM.
Latest commit implements what I got from #837 . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rekomodo !
Proposed changes
Add instructions to install WSL on windows and install Anaconda on WSL/Linux #866 .
Types of changes
What types of changes does your code introduce to FESTIM?
Checklist
Further comments
Testing on a fresh WSL default image is pending.