Anaconda.org hosts Anaconda’s main channel, but also thousands of packages uploaded by other users. To upload your own packages to Anaconda.org, follow this getting started guide.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.
Create an Anaconda account
If necessary, sign up for an Anaconda account.
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:anaconda-client, you can begin uploading packages to your account on the command line.
Find your account’s channel by navigating to anaconda.org/channels/<USERNAME>, where <USERNAME> is your Anaconda.org username. For more information about channel homepages, see Viewing channel information.
Next steps
- Search for packages or explore channels
- Review Anaconda Client commands, options, and arguments in the Anaconda Client command reference.
- Build your own conda packages and upload them to Anaconda.org.