From aa137eb2aaeed834bea51c94529938cb100d1270 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Mon, 30 Jan 2023 12:17:21 +0100 Subject: [PATCH] README points to new gitea repository --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cec1497..334b265 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ In order to install QDSfit on your computers home directory use the setup.py scr Execute following commands on a shell prompt to get tho most current version and install the program in the *local* folder in your home directory: - hg clone https://chaos3.fkp.physik.tu-darmstadt.de/diffusion/QD/QDSfit/ - cd qdsfit + git clone https://gitea.pkm.physik.tu-darmstadt.de/markusro/qdsfit.git + cd qdsfit python setup.py install --prefix=$HOME/local This will fail most probably due to the **PYTHONPATH** variable not being set, you will get the following message: