Skip to content

Commit

Permalink
Clarify the channel setup instructions
Browse files Browse the repository at this point in the history
most people reading this probably have no idea what channels are.
  • Loading branch information
saraedum committed Feb 13, 2025
1 parent 748ba59 commit c454a52
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/doc/en/installation/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ Anaconda. If you don't have one yet, we recommend installing `Miniforge
$ curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
$ bash Miniforge3-$(uname)-$(uname -m).sh
* Miniforge uses conda-forge as the default channel.

* If you are using Miniconda or Anaconda, set it up to use conda-forge:
* Miniforge uses conda-forge as the default channel. However, if you are using
Miniconda or Anaconda, set it up to use conda-forge:

* Add the conda-forge channel: ``conda config --add channels conda-forge``

Expand Down

0 comments on commit c454a52

Please sign in to comment.