From ca49b426e217b9271ff8216f9f9dcb8d68546f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Schartum=20Dokken?= Date: Mon, 25 Mar 2024 11:22:45 +0100 Subject: [PATCH] Update README.md (#97) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b9c9d6..3c8974f 100644 --- a/README.md +++ b/README.md @@ -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