prompt_toolkit requires pygments

This commit is contained in:
Konstantinos Tsakiltzidis 2016-06-17 18:17:17 +03:00 committed by GitHub
parent a0fe8cac86
commit 0332a22d13

View file

@ -6,7 +6,7 @@ Xonsh currently has the following external dependencies,
#. Python v3.4+
#. PLY (optional, included with xonsh)
#. prompt-toolkit (optional):
#. prompt-toolkit (optional, requires `pygments`):
*advanced readline library, syntax-highlighting, line-editing*
#. Jupyter (optional): *in-browser REPL, run xonsh in jupyter notebook*
#. setproctitle (optional): *change the title of terminal to reflect the current subprocess*