Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 626 Bytes

Anaconda Client

This is a command line client that provides an interface to Anaconda Cloud.

Quickstart:

Create an account:

First create an account on Anaconda Cloud

Install the client:

With Conda:

$ conda install anaconda-client

Login

$ anaconda login

Test your login with the whoami command:

$ anaconda whoami

For a complete tutorial on building and uploading Conda packages to Anaconda Cloud visit the documentation page.

Links