Skip to content
Snippets Groups Projects
Commit b5b98753 authored by Jan Habscheid's avatar Jan Habscheid
Browse files

corrected README - installation

parent 5beeacdf
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,9 @@ Find the thesis at:
As a numerical solver, mainly FEniCSx was used and installed via conda.
```
conda create -n fenicsx-env python=3.12.13
conda create --name fenicsx-env python=3.12.3 -y
conda activate fenicsx-env
conda install -c conda-forge fenics-dolfinx=0.8.0 mpich=4.2.1 pyvista=0.43.10 matplotlib=3.8.4 numpy=2.0.1 scipy=1.14.0
conda install -c conda-forge fenics-dolfinx=0.8.0 mpich=4.2.1 pyvista=0.43.10 matplotlib=3.8.4 numpy=1.26.4 scipy=1.14.0 -y
```
### Alternative installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment