Anaconda.org#
What is Anaconda.org?
Anaconda.org is a package hosting and management service by Anaconda that makes it easy to access, store, and share conda and standard Python packages.
Note
You do not need to log in (or even have an Anaconda.org account) to search for, download, or install public packages.
Build new conda packages using conda build, then upload them to Anaconda.org for quick sharing or access from anywhere!
Use the
anaconda-client
command line interface (CLI) tool to manage your account, including authentication, tokens, upload, download, removal, and search.Free public package hosting for individuals and organizations hosting up to 3GB of packages.
Getting Started#
Download Anaconda. The Anaconda installer includes conda,
conda-build
andanaconda-client
.Become familiar with conda. A good place to start is the conda cheat sheet and the conda test drive.
Visit Anaconda.org to search for packages.
For information on using the
anaconda-client
CLI tool to upload packages to Anaconda.org, see Getting Started with Anaconda Client.