Skip to main content
You can install packages from Anaconda.org channels using Anaconda Desktop, Anaconda Navigator, or by using conda in a command line interface (CLI) with Anaconda Prompt (Terminal on macOS/Linux).
If you don’t have Anaconda Desktop, you can download it from Anaconda.com.For more information on installing Anaconda Desktop, see Installing Desktop.
Navigator is automatically installed when you install Anaconda Distribution.Miniconda users can obtain Navigator by running conda install anaconda-navigator.
To install a package directly from Anaconda.org, click Install via Anaconda Desktop from the package’s details page.
  1. Open Anaconda Desktop.
  2. Select Environments from the left-hand navigation.
  3. Select one of your environments or click Create to create a new one.
  4. Click Package.
  5. Search for your package by name using the Search box.
  6. Select the checkbox beside the package you want to install, then click Add Package.
  7. Review the package updates for your environment. Desktop displays all package modifications necessary to add your selected package.
  8. Click Apply Changes to update your environment.
For more information on installing packages with Anaconda Desktop, see Packages.