Getting started with conda # Conda is a powerful command line tool for package and environment management that runs on Windows, macOS, and Linux. This guide to getting started with conda goes over the basics of starting up and using conda to create environments and install packages.
Want fast access to Python and the conda commands and you wish to sort out the other programs later. Choosing a version of Anaconda or Miniconda Whether you use Anaconda or Miniconda, select the most recent version. Select an older version from the archive only if you are testing or need an older version for a specific purpose.
Miniconda is a free, miniature installation of Anaconda Distribution that includes only conda, Python, the packages they both depend on, and a small number of other useful packages. See the full list of packages in Miniconda’s release notes. If you need more packages, use the conda install command to install from thousands of packages available by default in Anaconda’s public repo, or from ...
Configuring conda # Reference and explanation for all the ways you can configure conda Working with packages # Learn how to search for and use conda packages Working with environments # Learn how to create, update, remove, and export your conda environments Additional resources # Cheat sheet # Commonly used commands organized into a PDF ...
Installing conda # To install conda, you must first pick the right installer for you. The following are the most popular installers currently available: Miniconda # Miniconda is a minimal installer provided by Anaconda. Use this installer if you want to install most packages yourself. Anaconda Distribution # Anaconda Distribution is a full featured installer that comes with a suite of packages ...