From 7a93893f3770422a2c56fc54e28a33e5d1da4e72 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 14 Feb 2008 23:19:56 +0000 Subject: [PATCH] Improve unpackaged installation --- INSTALL | 6 +++++- setup.py | 0 2 files changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 setup.py diff --git a/INSTALL b/INSTALL index 2a582d29..7412a145 100644 --- a/INSTALL +++ b/INSTALL @@ -1 +1,5 @@ -install python vte bindings ("python-vte" on Debian/ubuntu) and run terminator +install python vte bindings ("python-vte" on Debian/ubuntu) and run: + + ./setup.py install + +Note that this is not as complete as a package install at the moment - e.g. GNOME menu integration will not happen. diff --git a/setup.py b/setup.py old mode 100644 new mode 100755