From 18e56eca90b47996765184a554c33b84ffbf4c33 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 16 Sep 2014 05:24:20 +0200 Subject: [PATCH] earlyinit: Fix text for debian. --- doc/TODO | 2 -- qutebrowser/utils/earlyinit.py | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/TODO b/doc/TODO index edf22d8be..d18135678 100644 --- a/doc/TODO +++ b/doc/TODO @@ -56,8 +56,6 @@ Downloads Improvements / minor features ============================= -- earlyinit: Show installing python-pip3 and call pip3 instead of pip for - debian - Don't use colorama in scripts - Command/page to show all keybindings? - File moves: diff --git a/qutebrowser/utils/earlyinit.py b/qutebrowser/utils/earlyinit.py index 5f591b0e4..6cfe84855 100644 --- a/qutebrowser/utils/earlyinit.py +++ b/qutebrowser/utils/earlyinit.py @@ -244,7 +244,8 @@ def check_pypeg2(): import pypeg2 # pylint: disable=unused-variable except ImportError: text = _missing_str("pypeg2", - debian="No package available, install via pip.", + debian="No package available, do 'apt-get install " + "python3-pip' and then install via pip3.", arch="Install python-pypeg2 from the AUR", windows="Install via pip.", pip="pypeg2 --allow-external pypeg2 "