You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install `fenicsx_pulse` you need to first [install FEniCSx](https://github.com/FEniCS/dolfinx#installation). Next you can install `fenicsx_pulse` via pip
20
+
You can install the library with `pip`
22
21
```
23
22
python3 -m pip install fenicsx-pulse
24
23
```
24
+
or with `conda`
25
+
```
26
+
conda install -c conda-forge fenicsx-pulse
27
+
```
28
+
Note that installing with `pip` requires [FEniCSx already installed](https://fenicsproject.org/download/)
29
+
25
30
We also provide a pre-built docker image with FEniCSx and `fenicsx_pulse` installed. You pull this image using the command
0 commit comments