Conda Documentation#
Welcome to conda's documentation! Conda provides package, dependency, and environment management for any language. Here, you will find everything you need to get started using conda in your own projects.
Install #
We recommend the following conda distribtions to install conda:
Miniconda is an installer by Anaconda that comes preconfigured for use with the Anaconda Repository. See the notes about Anaconda's Terms of Service.
Or with Homebrew:
brew install miniconda
Miniforge is an installer maintained by the conda-forge community that comes preconfigured for use with the conda-forge channel.
Or with Homebrew:
brew install miniforge
For more detailed instructions, see Miniconda's installation guide and conda-forge's download site
.New to conda? #
If you are new to conda, we first recommend the following articles:
See also
Want to get even more in-depth training on how to use conda for free? Check out Anaconda's free course on conda basics.
Other useful resources #
Contributors welcome #
Conda is an open source project and always welcomes new contributions. Please read the following guides to get started developing conda and making your own contributions.