Conda Documentation — conda-docs 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
Getting started with conda — conda 26. 3. 2. dev18 documentation 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
Installing conda — conda 26. 3. 2. dev12 documentation 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
Installing on Windows — conda 26. 3. 2. dev12 documentation Updating conda # Open Command Prompt or PowerShell from the start menu Run conda update conda Uninstalling conda # In the Windows Control Panel, click Add or Remove Program Select Python X X (Miniconda), where X X is your version of Python Click Remove Program
Installing with conda — conda 26. 3. 1. dev8 documentation Installing conda packages with a specific build number # If you want to install conda packages with the correct package specification, try pkg_name=version=build_string Read more about build strings and package naming conventions Learn more about package specifications and metadata
Downloading conda — conda 23. 11. 1. dev1 documentation 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
User guide — conda 26. 3. 1 documentation 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
Managing packages — conda 26. 3. 2. dev15 documentation It is possible to have pip installed outside a conda environment or inside a conda environment To gain the benefits of conda integration, be sure to install pip inside the currently active conda environment and then install packages with that instance of pip