========================== 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 `_ (`zip file `_), then run the following from the source directory, .. code-block:: bash $ python setup.py install .. include:: add_to_shell.rst .. include:: dependencies.rst 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