Re: [Health-dev] MyGNUHealth Installation under Ubuntu

2021-10-18 Thread Luis Falcon
On 10/15/21 14:13, Axel Braun wrote: Am Freitag, 15. Oktober 2021, 13:28:46 CEST schrieb Gerald Wiese: 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 I

Re: [Health-dev] MyGNUHealth Installation under Ubuntu

2021-10-15 Thread Axel Braun
Am Freitag, 15. Oktober 2021, 13:28:46 CEST schrieb Gerald Wiese: > 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 I wonder if this works, as the

Re: [Health-dev] MyGNUHealth Installation under Ubuntu

2021-10-15 Thread Gerald Wiese
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

Re: [Health-dev] MyGNUHealth Installation under Ubuntu

2021-10-15 Thread Luis Falcon
Dear Gerald On 10/14/21 20:36, Gerald Wiese wrote: Dear Luis, thanks! It's Ubuntu 20.04. Wonderful :) 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-p

Re: [Health-dev] MyGNUHealth Installation under Ubuntu

2021-10-15 Thread Gerald Wiese
Dear Luis, thanks! It's Ubuntu 20.04. 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 And the symlin

Re: [Health-dev] MyGNUHealth Installation under Ubuntu

2021-10-14 Thread Luis Falcon
Dear Gerald On 10/14/21 12:48, Gerald Wiese wrote: Hey, I face some issues running MyGNUHealth under Ubuntu. On openSUSE it works well following the instructions from here https://www.gnuhealth.org/docs/mygnuhealth/ Using Ubuntu I run: sudo apt install qml-module-org-kde-kirigami2 python3-p

[Health-dev] MyGNUHealth Installation under Ubuntu

2021-10-14 Thread Gerald Wiese
Hey, I face some issues running MyGNUHealth under Ubuntu. On openSUSE it works well following the instructions from here https://www.gnuhealth.org/docs/mygnuhealth/ Using Ubuntu I run: sudo apt install qml-module-org-kde-kirigami2 python3-pip pip3 install --user --upgrade PySide2 pip3 install