For a package on conda-forge, I want to ...
conda-forge is a GitHub organization containing repositories of conda recipes. Thanks to some awesome continuous integration providers (AppVeyor, Azure Pipelines, CircleCI and TravisCI), each repository, also known as a feedstock, automatically builds its own recipe in a clean and repeatable way on Windows, Linux and OSX.
The built distributions are uploaded to anaconda.org/conda-forge and can be installed with conda. For example, to install a conda-forge package into an existing conda environment:
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install <package-name>
Miniforge is an effort to provide Miniconda-like
installers, with the added feature that conda-forge is the
default channel. Unlike Miniconda, these support
ARMv8 64-bit (formally known as `aarch64`).
Learn more about conda-forge by reading our docs
or watching the following episode of
Open Source Directions.
Conda-forge is a fiscally sponsored project of NumFOCUS, a nonprofit dedicated to supporting the open source scientific computing community. If you like conda-forge and want to support our mission, please consider making a donation to support our efforts.