2016-03-13 21:51:59 -04:00
==========================
OSX Guide
==========================
Installation
============
You can install xonsh using conda, pip, or from source.
**conda:**
.. code-block :: bash
2016-05-11 13:39:15 -04:00
$ conda install -c conda-forge 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
2016-04-06 18:31:19 -04:00
.. include :: add_to_shell.rst
2016-03-13 21:51:59 -04:00
2016-04-06 18:31:19 -04:00
.. include :: dependencies.rst
2016-05-31 23:12:59 -04:00
GNU Readline
============
On Mac OSX, it is _strongly_ recommended to install the `` gnureadline `` library if using the readline shell (as opposed to prompt_toolkit). `` gnureadline `` can be installed via pip:
.. code-block :: bash
$ pip install gnureadline