From ee6801c584723576fe83dd05a61cef591f118c94 Mon Sep 17 00:00:00 2001 From: Yousof Date: Wed, 13 May 2020 17:18:19 -0700 Subject: [PATCH] update the INSTALL.md for Ubuntu installation --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 43b476e8..582a91e1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -19,7 +19,7 @@ dependencies yourself: Fedora/CentOS: python3-gobject python3-configobj python3-psutil vte291 keybinder3 intltool gettext Debian/Ubuntu: python3-gi python3-psutil python3-configobj - gir1.2-keybinder-3.0 gettext intltool + gir1.2-keybinder-3.0 gettext intltool dbus-x11 FreeBSD: py37-psutil py37-configobj keybinder-gtk3 py37-gobject3 gettext intltool libnotify vte3 @@ -38,6 +38,7 @@ And go from there. Manpages are available in the 'doc' directory. To install properly, run: + python3 setup.py build python3 setup.py install --record=install-files.txt See `--help` for an overview of the available options; e.g. `--prefix` to