Suggest to add conda-forge as a default channel

This commit is contained in:
Morten Enemark Lund 2016-06-07 10:41:08 +02:00
parent 6f8f82646e
commit 13e235e8e9
3 changed files with 6 additions and 3 deletions

View file

@ -11,7 +11,8 @@ You can install xonsh using ``conda``, ``pip``, or from source.
.. code-block:: bash
$ conda install -c conda-forge xonsh
$ conda config --add channels conda-forge
$ conda install xonsh
.. note:: For the bleeding edge development version use ``conda install -c xonsh/channel/dev xonsh``

View file

@ -18,7 +18,8 @@ You can install xonsh using homebrew, conda, pip, or from source.
.. code-block:: bash
$ conda install -c conda-forge xonsh
$ conda config --add channels conda-forge
$ conda install xonsh
.. note:: For the bleeding edge development version use ``conda install -c xonsh/channel/dev xonsh``

View file

@ -20,7 +20,8 @@ Install xonsh with the following command:
.. code-block:: bat
> conda install xonsh --channel conda-forge
> conda config --add channels conda-forge
> conda install xonsh
.. note:: For the bleeding edge development version use ``conda install -c xonsh/channel/dev xonsh``