From ef06fad4fa1a3d5f5c8e1ff8ecc5dc43539b034d Mon Sep 17 00:00:00 2001 From: Mason Larobina Date: Wed, 22 Jul 2009 17:03:49 +0800 Subject: Added dependencies section to the top of uzbl_tabbed.py --- examples/data/uzbl/scripts/uzbl_tabbed.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'examples') diff --git a/examples/data/uzbl/scripts/uzbl_tabbed.py b/examples/data/uzbl/scripts/uzbl_tabbed.py index 8c456b9..bbc05b9 100755 --- a/examples/data/uzbl/scripts/uzbl_tabbed.py +++ b/examples/data/uzbl/scripts/uzbl_tabbed.py @@ -39,6 +39,19 @@ # Fix for session restoration code. +# Dependencies: +# pygtk - python bindings for gtk. +# pango - python bindings needed for text rendering & layout in gtk widgets. +# pygobject - GLib's GObject bindings for python. +# +# Optional dependencies: +# simplejson - save uzbl_tabbed.py sessions & presets in json. +# +# Note: I haven't included version numbers with this dependency list because +# I've only ever tested uzbl_tabbed.py on the latest stable versions of these +# packages in Gentoo's portage. Package names may vary on different systems. + + # Configuration: # Because this version of uzbl_tabbed is able to inherit options from your main # uzbl configuration file you may wish to configure uzbl tabbed from there. -- cgit v1.2.3