earlyinit: Fix text for debian.

This commit is contained in:
Florian Bruhin 2014-09-16 05:24:20 +02:00
parent 4edb76c9df
commit 18e56eca90
2 changed files with 2 additions and 3 deletions

View File

@ -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:

View File

@ -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 "