Skip to content

Commit

Permalink
Update README.md (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Mar 25, 2024
1 parent 0371865 commit ca49b42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Use the `nightly` tag to get the main branch of DOLFINx, or `stable` to get the
```bash
docker run -ti -v $(pwd):/root/shared -w /root/shared --name=dolfinx-checkpoint ghcr.io/fenics/dolfinx/dolfinx:nightly
```
For the latest version compatible with nightly, use
For the latest version compatible with nightly (with the ability to run the test suite), use
```bash
python3 -m pip install git+https://github.com/jorgensd/adios4dolfinx@main
python3 -m pip install adios4dolfinx[test]@git+https://github.com/jorgensd/adios4dolfinx@main
```
If you are using the `stable` image, you can install `adios4dolfinx` from [PYPI](https://pypi.org/project/adios4dolfinx/) with
```bash
python3 -m pip install adios4dolfinx
python3 -m pip install adios4dolfinx[test]
```

This docker container can be opened with
Expand Down

0 comments on commit ca49b42

Please sign in to comment.