mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
18 lines
590 B
ReStructuredText
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
|