Skip to content

Installing GTK Stream

Installing GTK-Stream is very simple :

  1. Install Python3
  2. Install PyGObject (this is the Python binding to GTK4, among other things)
  3. Install GTK-Stream from PyPI by running the following command :
    pip3 install gtk-stream
    

And that's it ! You can now use GTK-Stream to your heart's contents.

Installing GTK-Stream with Nix (optional)

If you know and love Nix, there is also a default.nix file in the Git repository that should provide you with all its streaming goodness. You may build it with nix-build default.nix, or install it with nix-env -f default.nix -i.