Install GTKWattman on opensuse tumbleweed
This is what I tried. it actually doesn't work. I even tried installing gnome and this still didn't work. not sure what's going on.
xxxxxxxxxx
1
zypper in python3-gobject
2
zypper in python3-pycairo-devel
3
zypper in gobject-introspection-devel
4
python3 -m venv venv_wattman
5
source venv_wattman/bin/activate
6
python -m pip install --upgrade matplotlib setuptools pycairo
7
git clone https://github.com/BoukeHaarsma23/WattmanGTK.git
8
cd WattmanGTK
9
pip -m install -e .
No Comments