From 5bc134db69b9cad5c2af687a3a5868576f6f8c1f Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl <1+markusro@noreply.localhost> Date: Mon, 21 Sep 2026 18:09:33 +0000 Subject: [PATCH] Show install with tag --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a2b916..d3fd63c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,9 @@ When you are using `uv` you can install it with: uv venv some_folder source some_folder/bin/activate - uv pip install https://gitea.pkm.physik.tu-darmstadt.de/IPKM/mdevaluate.git + uv pip install git+https://gitea.pkm.physik.tu-darmstadt.de/IPKM/mdevaluate.git@2026.09 + +Note: you can append a tag to get a specific release. ## Running the tests