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`).
If you'd like to credit conda-forge in your work, you can cite our zenodo entry like this
conda-forge community. (2015). The conda-forge Project: Community-based Software Distribution Built on the conda Package Format and Ecosystem. Zenodo. http://doi.org/10.5281/zenodo.4774216
or use this bibtex entry
@misc{conda_forge_community_2015_4774216, author = {conda-forge community}, title = {{The conda-forge Project: Community-based Software Distribution Built on the conda Package Format and Ecosystem}}, month = jul, year = 2015, publisher = {Zenodo}, doi = {10.5281/zenodo.4774216}, url = {https://doi.org/10.5281/zenodo.4774216} }
Learn more about conda-forge by reading our docs
or watching the following episode of
Open Source Directions.
Please consider joining our Element chatroom if you want to ask something, need help, or just want to chat with our maintainers. We would love to see you there!
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.