Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-structure-code/publish-python-package-pypi-conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ There are several core public channels that most people use to install
packages using conda, including:

- **defaults:** this is a channel managed by Anaconda. It is the version of the Python packages that you will install if you install the Anaconda Distribution. Anaconda (the company) decides what packages live on the `defaults` channel.
- [**conda-forge:**](https://anaconda.org/conda-forge) this is a community-driven channel that focuses on scientific packages. This channel is ideal for tools that support geospatial data. Anyone can publish a package to this channel.
- [**bioconda**](https://anaconda.org/bioconda): this channel focuses on biomedical tools.
- [**conda-forge:**](https://conda-forge.org/) this is a community-driven channel that focuses on scientific packages. This channel is ideal for tools that support geospatial data. Anyone can publish a package to this channel.
- [**bioconda**](https://bioconda.github.io/): this channel focuses on biomedical tools.

**conda-forge** emerged as many of the scientific packages did not
exist in the `defaults` Anaconda channel.
Expand Down
Loading