--break-system-packages

This commit is contained in:
fred 2024-02-02 20:14:50 +01:00
parent 6aa2ad05b9
commit 99e065d25f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ for i in gcc python3-pip python3-setuptools libpq-dev python3-dev python3-wheel;
fi
done
pip3 install -r requirements.txt || hasError=1
pip3 install -r --break-system-packages requirements.txt || hasError=1
chmod u+x jaklis.py
sudo ln -sf $(realpath jaklis.py) /usr/local/bin/jaklis || hasError=1