Dependencies
============
Xonsh currently has the following external dependencies,
*Run Time:*
#. Python v3.4+
#. PLY (optional, included with xonsh)
#. 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*
#. distro (optional): *linux specific platform information*
*Documentation:*
#. `Sphinx `_ (which uses `reStructuredText `_)
#. Numpydoc
#. Cloud Sphinx Theme