Show install with tag

This commit is contained in:
2026-09-21 18:09:33 +00:00
parent a25cb7c6a9
commit 5bc134db69
+3 -1
View File
@@ -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