Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Choose channels for the package installation

In the Mamba module, you can use only the following channels:

  • conda-forge

  • bioconda

Note

The channels provided by Anaconda, Inc. (default and anaconda channels) have a service fee.

You can specify channels in the package installation with -c conda-forge command.

Code Block
conda install -c conda-forge matplotlib

Check channels in your conda module

Code Block
conda info