xonsh/docs/installation.rst

47 lines
929 B
ReStructuredText
Raw Normal View History

Installation
============
2019-02-05 19:03:06 -05:00
2020-08-20 01:32:04 -04:00
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
2019-02-05 19:03:06 -05:00
------------
2020-08-20 01:32:04 -04:00
Xonsh can be installed via package manager, via appimage or just run from a pre-built container:
.. toctree::
:titlesonly:
:maxdepth: 2
2020-08-20 01:32:04 -04:00
packages
2019-10-17 12:16:53 -04:00
appimage
containers
2020-08-20 01:32:04 -04:00
Installation in specialized environments
----------------------------------------
.. toctree::
:titlesonly:
:maxdepth: 2
jupyter
2020-03-03 12:30:33 -05:00
editors
2020-08-20 01:32:04 -04:00
Configuration and Customization
================================
2020-08-20 01:32:04 -04:00
Xonsh uses startup configuration files and provides configuration wizards to help you set them up.
2020-08-20 01:32:04 -04:00
.. toctree::
:titlesonly:
:maxdepth: 2
xonshrc
2020-08-20 01:32:04 -04:00
customization
platform-issues