mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
37 lines
707 B
ReStructuredText
37 lines
707 B
ReStructuredText
==========================
|
|
OSX Guide
|
|
==========================
|
|
|
|
Installation
|
|
============
|
|
|
|
You can install xonsh using conda, pip, or from source.
|
|
|
|
**conda:**
|
|
|
|
.. code-block:: bash
|
|
|
|
$ conda install -c conda-forge xonsh
|
|
|
|
.. note:: For the bleeding edge development version use ``conda install -c xonsh/channel/dev xonsh``
|
|
|
|
|
|
**pip:**
|
|
|
|
.. code-block:: bash
|
|
|
|
$ pip install xonsh
|
|
|
|
|
|
**source:** Download the source `from github <https://github.com/scopatz/xonsh>`_
|
|
(`zip file <https://github.com/scopatz/xonsh/archive/master.zip>`_), then run
|
|
the following from the source directory,
|
|
|
|
.. code-block:: bash
|
|
|
|
$ python setup.py install
|
|
|
|
|
|
.. include:: add_to_shell.rst
|
|
|
|
.. include:: dependencies.rst
|