[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Health-dev] MyGNUHealth Installation under Ubuntu
From: |
Gerald Wiese |
Subject: |
Re: [Health-dev] MyGNUHealth Installation under Ubuntu |
Date: |
Fri, 15 Oct 2021 13:28:46 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
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