Joe0077Rayyan / anaconda-client

Anaconda Server Client

Home Page:https://anaconda.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anaconda Client

Build Status Build status CircleCI codecov Scrutinizer Code Quality

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 (recommended):

$ conda install anaconda-client

With pip:

pip install anaconda-client

With pip from source:

pip install git+https://github.com/Anaconda-Server/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

About

Anaconda Server Client

https://anaconda.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.3%Language:Jupyter Notebook 0.6%Language:Shell 0.1%Language:Batchfile 0.0%Language:Ruby 0.0%