notes 307 B

1234567891011
  1. Dependencies required Linux:
  2. sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0
  3. Dependencies required if installing from pip:
  4. First Run:
  5. sudo apt install libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-3.0
  6. Then run:
  7. pip3 install pycairo
  8. pip3 install PyGObject