Skip to main content

Documentation Index

Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Usage

anaconda org download <HANDLE> [OPTIONS]

Description

Downloads packages from your Anaconda repository. By default, all available package types are downloaded. Use -t, --package-type to limit which types to download.

Arguments

Options

Examples

Download a package from the default channel
anaconda org download numpy
Download a package from a specific channel
anaconda org download myusername/numpy
Download to a custom output directory
anaconda org download myusername/numpy --output ./downloads
Force overwrite existing files
anaconda org download myusername/numpy --force