- Go to http://www.msys2.org and download the x86_64 installer
- Run
C:\msys64\mingw64.exe- a terminal window should pop up > pacman -Suy> pacman -S mingw-w64-x86_64-gtk3 mingw-w64-x86_64-python3 mingw-w64-x86_64-python3-gobject mingw-w64-x86_64-glade> python -m venv .venv> source .venv/bin/activate> pip install pygobject pandas matplotlib
- Go to https://brew.sh and install homebrew
- Open a terminal
> brew install python pygobject3 gtk+3 glade> python -m venv .venv> source .venv/bin/activate> pip install pygobject pandas matplotlib
- Open a terminal
> sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 glade> python -m venv .venv> source .venv/bin/activate> pip install pygobject pandas matplotlib
- PyGObject Getting Started: https://pygobject.readthedocs.io/en/latest/
- PyGObject Tutorials: https://python-gtk-3-tutorial.readthedocs.io/en/latest/
- Python GI API Reference: https://lazka.github.io/pgi-docs
