From 7fce0ff030c868272f8ef9b673c0fd00936db131 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Wed, 5 Nov 2025 10:21:40 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3cd3c0..e7a97f7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Make sure dependencies are installed: Then in the source directory run: - python3 setup.py install + python3 setup.py install --user ## Usage From 4bc791a3b4116ecdc81dc2921ef3c048a877c839 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Wed, 5 Nov 2025 10:26:01 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7a97f7..69ed49b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,10 @@ Make sure dependencies are installed: * matplotlib * numpy -Then in the source directory run: +Download the source as [zip file](https://gitea.pkm.physik.tu-darmstadt.de/IPKM/python-tudplot/archive/main.zip) or clone it with git: + git clone https://gitea.pkm.physik.tu-darmstadt.de/IPKM/python-tudplot.git + +Then in the unpacked source directory run: python3 setup.py install --user