Skip to content

Commit 37f9595

Browse files
authored
Add conda install to README.md
1 parent 756af56 commit 37f9595

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,16 @@
1717
* Source code: https://github.com/finsberg/fenicsx-pulse
1818

1919
## Install
20-
21-
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`
2221
```
2322
python3 -m pip install fenicsx-pulse
2423
```
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+
2530
We also provide a pre-built docker image with FEniCSx and `fenicsx_pulse` installed. You pull this image using the command
2631
```
2732
docker pull ghcr.io/finsberg/fenicsx-pulse:v0.3.1

0 commit comments

Comments
 (0)