Merge branch 'thorsten-fix-check-libraries'
This commit is contained in:
commit
011e398f77
@ -141,6 +141,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Regina Hug
|
* Regina Hug
|
||||||
* Mathias Fussenegger
|
* Mathias Fussenegger
|
||||||
* Larry Hynes
|
* Larry Hynes
|
||||||
|
* Thorsten Wißmann
|
||||||
* Thiago Barroso Perrotta
|
* Thiago Barroso Perrotta
|
||||||
* Matthias Lisin
|
* Matthias Lisin
|
||||||
* Helen Sherwood-Taylor
|
* Helen Sherwood-Taylor
|
||||||
|
@ -234,14 +234,14 @@ def check_libraries():
|
|||||||
'jinja2':
|
'jinja2':
|
||||||
_missing_str("jinja2",
|
_missing_str("jinja2",
|
||||||
debian="apt-get install python3-jinja2",
|
debian="apt-get install python3-jinja2",
|
||||||
arch="Install python-jinja from the AUR",
|
arch="Install python-jinja from community",
|
||||||
windows="Install from http://www.lfd.uci.edu/"
|
windows="Install from http://www.lfd.uci.edu/"
|
||||||
"~gohlke/pythonlibs/#jinja2 or via pip.",
|
"~gohlke/pythonlibs/#jinja2 or via pip.",
|
||||||
pip="jinja2"),
|
pip="jinja2"),
|
||||||
'pygments':
|
'pygments':
|
||||||
_missing_str("pygments",
|
_missing_str("pygments",
|
||||||
debian="apt-get install python3-pygments",
|
debian="apt-get install python3-pygments",
|
||||||
arch="Install python-jinja from the AUR",
|
arch="Install python-pygments from community",
|
||||||
windows="Install from http://www.lfd.uci.edu/"
|
windows="Install from http://www.lfd.uci.edu/"
|
||||||
"~gohlke/pythonlibs/#pygments or via pip.",
|
"~gohlke/pythonlibs/#pygments or via pip.",
|
||||||
pip="pygments"),
|
pip="pygments"),
|
||||||
|
Loading…
Reference in New Issue
Block a user