earlyinit: Fix text for debian.
This commit is contained in:
parent
4edb76c9df
commit
18e56eca90
2
doc/TODO
2
doc/TODO
@ -56,8 +56,6 @@ Downloads
|
|||||||
Improvements / minor features
|
Improvements / minor features
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
- earlyinit: Show installing python-pip3 and call pip3 instead of pip for
|
|
||||||
debian
|
|
||||||
- Don't use colorama in scripts
|
- Don't use colorama in scripts
|
||||||
- Command/page to show all keybindings?
|
- Command/page to show all keybindings?
|
||||||
- File moves:
|
- File moves:
|
||||||
|
@ -244,7 +244,8 @@ def check_pypeg2():
|
|||||||
import pypeg2 # pylint: disable=unused-variable
|
import pypeg2 # pylint: disable=unused-variable
|
||||||
except ImportError:
|
except ImportError:
|
||||||
text = _missing_str("pypeg2",
|
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",
|
arch="Install python-pypeg2 from the AUR",
|
||||||
windows="Install via pip.",
|
windows="Install via pip.",
|
||||||
pip="pypeg2 --allow-external pypeg2 "
|
pip="pypeg2 --allow-external pypeg2 "
|
||||||
|
Loading…
Reference in New Issue
Block a user