Skip to content

Commit 4ea1d07

Browse files
readme
1 parent 04a70bb commit 4ea1d07

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# libra_sparging
1+
# libra_sparging
2+
3+
To run the model:
4+
5+
1. Create the right conda environment
6+
7+
> [!NOTE]
8+
> Requires and conda to be installed
9+
10+
> [!NOTE]
11+
> This uses `dolfinx` which doesn't run on Linux. For windows users, consider using Windows Subsystem for Linux (WSL)
12+
13+
```
14+
conda env create -f environment.yml
15+
conda activate libra_sparging
16+
```
17+
18+
19+
```
20+
python model.py
21+
```

0 commit comments

Comments
 (0)