Installing necessary PySide2 package for GUI-mode

This commit is contained in:
Paul S 2021-05-07 13:16:13 +02:00
parent 8e7afcedce
commit 5852ac6b62
3 changed files with 6 additions and 7 deletions

View file

@ -18,6 +18,7 @@ if [ "$1" == "--gui" ]; then
if ! pip list | grep PySide2> /dev/null
then
# Install PySide2
echo -e "Installing necessary PySide2 package for GUI-mode."
pip3 install PySide2
fi
# Launch python installer in GUI mode