- Dependencies required Linux:
- sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0
- Dependencies required if installing from pip:
- First Run:
- sudo apt install libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-3.0
- Then run:
- pip3 install pycairo
- pip3 install PyGObject
|