Getting started with Anaconda Client
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.
Installing Anaconda Client
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.
To verify your installation, run:
If Anaconda Client was properly installed, your terminal should display something like Anaconda CLI, version 0.5.2
.
Logging in to Anaconda.org from the command line
You can sign up for a free account on Anaconda.org.
Open Anaconda Prompt (Terminal on macOS/Linux) and run the following command:
Log in with your Anaconda.org credentials.
Next steps
- Review all Anaconda Client commands, options, and arguments on the Anaconda Client command reference page.
- Learn how to build your own conda packages and upload them to Anaconda.org in the Uploading conda packages tutorial.
- Discover how to generate access tokens to allow private access to private packages.
Getting help
To display a list of Anaconda Client commands, open Anaconda Prompt (Terminal on macOS/Linux) and run the following command:
To find out more about an Anaconda Client command, run:
You can also visit the Anaconda community forums to request help with specific issues.