Installation Options
There are three main ways to install Conda:Miniconda
Minimal installer with just Conda and its dependencies
Miniforge
Community-driven minimal installer with conda-forge as default channel
Anaconda Distribution
Full distribution with hundreds of pre-installed packages
Recommended Installation Methods
Miniconda
Miniconda is a minimal installer that includes only Conda and its dependencies. This is recommended if you want a lightweight installation and prefer to install only the packages you need.Download Miniconda
Visit docs.anaconda.com/free/miniconda and download the installer for your platform:
- Windows: Download the
.exeinstaller - macOS: Download the
.pkgor.shinstaller - Linux: Download the
.shinstaller
Miniforge
Miniforge is a community-driven minimal installer that uses conda-forge as the default channel. It’s ideal for users who want to use the conda-forge community packages.Download Miniforge
Visit conda-forge.org/download and download the installer for your platform.
Anaconda Distribution
The Anaconda Distribution includes Conda plus hundreds of pre-installed packages commonly used for data science and machine learning. This is recommended if you want a complete, ready-to-use environment.Download Anaconda
Visit anaconda.com/download and download the installer for your platform.
Verifying Your Installation
After installation, verify that Conda is properly installed and accessible:Open a new terminal
Open a new terminal window or command prompt to ensure the installation path is loaded.
Updating Conda
After installation, it’s a good practice to update Conda to the newest version:It is possible that
conda update does not install the newest version if the existing conda version is far behind the current release. In this case, updating needs to be done in stages.For example, to update from conda 4.12 to conda 23.10.0, conda 22.11.1 needs to be installed first: