Skip to content

Commit

Permalink
Update README.md conda installation instructions (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Mar 25, 2024
1 parent 45203a4 commit 0371865
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,14 @@ Following is a minimal recipe of how to install adios4dolfinx, given that you ha
conda create -n dolfinx-checkpoint python=3.10
conda activate dolfinx-checkpoint
conda install -c conda-forge fenics-dolfinx pip adios2
python3 -m pip install git+https://github.com/jorgensd/[email protected]
python3 -m pip install adios4dolfinx[test]@git+https://github.com/jorgensd/[email protected]
```

> [!NOTE]
> To run the tests or demos associated with the code, install `ipyparallel` in your environment, for instance by calling
> ```bash
> python3 -m pip install adios4dolfinx[test]@git+https://github.com/jorgensd/[email protected]
> ```
## Functionality
### DOLFINx
Expand Down

0 comments on commit 0371865

Please sign in to comment.