mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
Merge pull request #556 from scopatz/update_conda_install_docs
Added xonsh channel to the conda install documentation.
This commit is contained in:
commit
bb5c417267
1 changed files with 4 additions and 1 deletions
|
@ -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:**
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue