Merge pull request #556 from scopatz/update_conda_install_docs

Added xonsh channel to the conda install documentation.
This commit is contained in:
Anthony Scopatz 2015-12-04 09:36:17 -05:00
commit bb5c417267

View file

@ -87,7 +87,10 @@ You can install xonsh using conda, pip, or from source.
.. code-block:: bash
$ conda install -c scopatz xonsh
$ conda install -c xonsh xonsh
.. note:: For the bleeding edge development version use ``conda -c xonsh/channel/dev xonsh``
**pip:**