Conda Documentation#

Conda provides package, dependency, and environment management for any language. The following documentation site provides all you need to get started with leveraging the power of conda.

Install #

We recommend the following conda distributions to install conda:

Miniconda

Miniconda is an installer by Anaconda that comes preconfigured for use with the Anaconda Repository. See the notes about Anaconda’s Terms of Service.

Windows x86_64

macOS arm64 (Apple Silicon)

macOS x86_64 (Intel)

Linux x86_64 (amd64)

Linux aarch64 (arm64)

Miniforge

Miniforge is an installer maintained by the conda-forge community that comes preconfigured for use with the conda-forge channel.

Windows x86_64

macOS arm64 (Apple Silicon)

macOS x86_64 (Intel)

Linux x86_64 (amd64)

Linux aarch64 (arm64)

For more detailed instructions, see Miniconda's installation guide and conda-forge's download site.

Projects #

conda

Conda provides all essential commands for creating and using environments

https://docs.conda.io/projects/conda/en/stable/
conda build

Conda build provides many tools that can be used to build conda packages

https://docs.conda.io/projects/conda-build/en/stable/
conda lock

Conda lock generates fully reproducible lock files for conda environments

https://conda.github.io/conda-lock/
constructor

Constructor builds OS-specific installers for conda packages

https://conda.github.io/constructor/
conda pack

Conda pack creates distributable archives of conda environments

https://conda.github.io/conda-pack/