feat: add condaenv.yml for environment setup and update README.md with detailed build instructions.

This commit is contained in:
AndreaRigoni
2026-02-20 18:05:40 +00:00
parent 5ae2e106ab
commit 8566ceb662
2 changed files with 64 additions and 0 deletions

10
condaenv.yml Normal file
View File

@@ -0,0 +1,10 @@
name: mutom
channels:
- conda-forge
dependencies:
- compiler-rt
- make
- cmake
- conan
- root
- vtk