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