Skip to content

Commit 7763ab9

Browse files
ChrisBarker-NOAAwebknjaz
authored andcommitted
added updated conda info to the scientific packages page.
1 parent 6c7c95a commit 7763ab9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

source/guides/installing-scientific-packages.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,10 @@ native virtual environments. Conda makes environments first-class citizens,
134134
making it easy to create independent environments even for C libraries. It is
135135
written in Python, but is Python-agnostic. Conda manages Python itself as a
136136
package, so that :command:`conda update python` is possible, in contrast to
137-
pip, which only manages Python packages. Conda is available in Anaconda and
138-
Miniconda (an easy-to-install download with just Python and conda).
137+
pip, which only manages Python packages.
138+
139+
The conda package manager is available in `Anaconda <https://docs.anaconda.com/anaconda/>`_, `miniconda <https://docs.anaconda.com/miniconda/>`_, `miniforge <https://github.com/conda-forge/miniforge>`_, and `pixi <https://pixi.sh/>`_.
140+
141+
Conda packages are available on multiple channels on Anaconda.org, including the
142+
default channel supported by Anaconda, Inc, and the community supported conda-forge
143+
channel, which provides a wide variety of pre-built packages.

0 commit comments

Comments
 (0)