The Anaconda Client CLI tool lets you interact with Anaconda.org directly from your terminal. Upload packages you’ve built, download packages you need, manage your account settings, and control access to private repositories—all through command-line operations that integrate smoothly into your development workflow.This guide walks you through installing Anaconda Client, logging into your account, and exploring what you can do next.For a full list of available Anaconda Client commands, see the Anaconda Client command reference page.
You can still search for and download packages from Anaconda.org without having Anaconda Client installed. See Finding and installing packages for details.
Use Anaconda Prompt (Terminal on macOS/Linux) to install Anaconda Client.There are three methods of installation: conda, pip, or pip from source. We recommend using conda.
Copy
Ask AI
conda install anaconda-client anaconda-auth
To verify your installation, run:
Copy
Ask AI
anaconda --version
If Anaconda Client was properly installed, your terminal should display something like Anaconda CLI, version 0.5.2.