xonsh/docs/installation.rst

37 lines
795 B
ReStructuredText

Installation
============
Prerequisites
-------------
* python V3.6 or later.
* for interactive use, an ansi (vt100-compatible) terminal application. On Windows 10, the
separately-installable `Windows Terminal app <https://github.com/microsoft/terminal/releases>`_
is recommended.
Installation
------------
Xonsh can be installed via package manager, via appimage or just run from a pre-built container:
.. toctree::
:titlesonly:
:maxdepth: 2
packages
appimage
containers
editors
jupyter
Configuration and Customization
================================
Xonsh uses startup configuration files and provides configuration wizards to help you set them up.
.. toctree::
:titlesonly:
:maxdepth: 2
xonshrc
customization
platform-issues