2016-04-06 18:31:19 -04:00
|
|
|
Dependencies
|
|
|
|
============
|
|
|
|
Xonsh currently has the following external dependencies,
|
|
|
|
|
|
|
|
*Run Time:*
|
|
|
|
|
|
|
|
#. Python v3.4+
|
2016-06-17 16:57:43 +03:00
|
|
|
#. PLY (optional, included with xonsh)
|
2016-06-17 18:17:17 +03:00
|
|
|
#. prompt-toolkit (optional, requires `pygments`):
|
2016-06-17 16:57:43 +03:00
|
|
|
*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*
|
2016-04-06 18:31:19 -04:00
|
|
|
|
|
|
|
*Documentation:*
|
|
|
|
|
|
|
|
#. `Sphinx <http://sphinx-doc.org/>`_ (which uses `reStructuredText <http://sphinx-doc.org/rest.html>`_)
|
|
|
|
#. Numpydoc
|
|
|
|
#. Cloud Sphinx Theme
|