README points to new gitea repository

This commit is contained in:
Markus Rosenstihl 2023-01-30 12:17:21 +01:00
parent 5e76c419dc
commit aa137eb2aa

View File

@ -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: