mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Suggest to add conda-forge as a default channel
This commit is contained in:
parent
6f8f82646e
commit
13e235e8e9
3 changed files with 6 additions and 3 deletions
|
@ -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``
|
||||
|
||||
|
|
|
@ -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``
|
||||
|
||||
|
|
|
@ -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``
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue