Setting up an account
1
Create an Anaconda account
If necessary, sign up for an Anaconda account.
2
Install the anaconda-client package
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. If you installed Anaconda Distribution, you may already have it in your If
base environment.To find out if you have anaconda-client installed, open Anaconda Prompt (Terminal on macOS/Linux) and run the following commands:anaconda-client is installed properly, you’ll see something like the following:3
Log into Anaconda.org from the command line
Run the following command to log into your Anaconda account:Log in with your Anaconda credentials.
anaconda-client, you can begin uploading packages to your account on the command line.
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 on the Uploading packages page.
Getting help
To display a list of Anaconda Client commands, open Anaconda Prompt (Terminal on macOS/Linux) and run the following command:Replace <COMMAND_NAME> with the name of the command you want more information about.