Hey,
>> It works now like this:
>>
>> sudo apt install qml-module-org-kde-kirigami2
>> sudo apt install pyside2-tools
>> sudo apt install python3-pip
>> pip3 install --user MyGNUHealth
>> sudo apt install python3-pyside2.qt*
>> sudo apt install qml-module-qtquick-layouts
>
> Thanks for sharing! We can add this to the documentation for Debian and 
> Ubuntu based installations.
>
then I think it looks nicer like this:


sudo apt install qml-module-org-kde-kirigami2 qml-module-qtquick-layouts

sudo apt install pyside2-tools python3-pip python3-pyside2.qt*

pip3 install --user MyGNUHealth


And if you want to add the explicit openSUSE commands as well, for me it was 
like this on Leap 15.3:

sudo zypper in kirigami2
sudo zypper in python3-pyside2
pip3 install --user MyGNUHealth





Reply via email to