xonsh/docs/osx.rst

56 lines
1 KiB
ReStructuredText
Raw Normal View History

2016-03-13 21:51:59 -04:00
==========================
OSX Guide
==========================
Installation
============
2016-06-05 15:48:46 -04:00
You can install xonsh using homebrew, conda, pip, or from source.
**homebrew:**
.. code-block:: bash
$ brew install xonsh
2016-03-13 21:51:59 -04:00
**conda:**
.. code-block:: bash
$ conda config --add channels conda-forge
$ conda install xonsh
2016-03-13 21:51:59 -04:00
.. 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
2016-03-13 21:51:59 -04:00
.. include:: dependencies.rst
GNU Readline
============
2016-06-04 13:31:30 -04:00
On Mac OSX, it is *strongly* recommended to install the ``gnureadline`` library if using the readline shell. ``gnureadline`` can be installed via pip:
.. code-block:: bash
$ pip install gnureadline