Skip to content

insertinterestingnamehere/anaconda-build

 
 

Repository files navigation

Anaconda Build Client

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

Quickstart:

Create an account:

First create an account on Anaconda Cloud

Install the build client:

With Conda:

    $ conda install anaconda-build

Or pip:

   $ pip install anaconda-build

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 read the Getting Started Guide.

For detailed information on registering Workers with Anaconda Build Queues read the Build Reference.

Installing from source

run

git clone https://github.com/Binstar/binstar-build-client
cd binstar-build-client
python setup.py [develop|install]

About

Conda server build

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.3%
  • Shell 3.4%
  • Batchfile 3.3%