diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-04-17 11:02:27 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:11:07 +0700 |
commit | 9b0e45666c0ea385c9bf052a7c02af25c48346e4 (patch) | |
tree | 68c2dca1368657fcb86e1b4866edffb5599fcb49 /system/xonsh/README | |
parent | 253e824e8940ecbe4986b7306e6738a16cf21067 (diff) |
system/xonsh: Updated for version 0.5.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/xonsh/README')
-rw-r--r-- | system/xonsh/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/xonsh/README b/system/xonsh/README index ab8c9580d34ea..aa87fb0a5eef8 100644 --- a/system/xonsh/README +++ b/system/xonsh/README @@ -2,3 +2,8 @@ xonsh is a Python-ish, BASHwards-compatible shell language and command prompt. The language is a superset of Python 3.4 with additional shell primitives. xonsh (pronounced conch) is meant for the daily use of experts and novices alike. + +Optional dependencies: setproctitle, Pygments, prompt_toolkit + +NOTE: +Please install python3 first before installing all other requirements. |