Installing necessary PySide2 package for GUI-mode
This commit is contained in:
parent
8e7afcedce
commit
5852ac6b62
3 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue