========================== OSX Guide ========================== Installation ============ You can install xonsh using conda, pip, or from source. **conda:** .. code-block:: bash $ conda install -c xonsh 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