xonsh/docs/dependencies.rst

18 lines
590 B
ReStructuredText

Dependencies
============
Xonsh currently has the following external dependencies,
*Run Time:*
#. Python v3.4+
#. PLY (optional, included with xonsh, alternative parsing tool)
#. prompt-toolkit (optional, advanced readline library)
#. Jupyter (optional, in-browser REPL)
#. setproctitle (optional, allow a process to change its title)
#. distro (optional, linux specific platform information)
*Documentation:*
#. `Sphinx <http://sphinx-doc.org/>`_ (which uses `reStructuredText <http://sphinx-doc.org/rest.html>`_)
#. Numpydoc
#. Cloud Sphinx Theme