Skip to content

jakirkham/conda-server-build

 
 

Repository files navigation

Binstar Build Client

This is a command line client that provides an interface to binstar.org.

Quickstart:

Create an account:

First create an account on binstar.org

Install the client:

With Conda:

    $ conda install binstar

Or pip:

   $ pip install binstar

Login

$ binstar login

Test your login with the whoami command:

$ binstar whoami

For a complete tutorial on building and uploading Conda packages to Binstar read the Getting Started Guide.

Installing from source

run

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

Links

About

Conda server build

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.5%
  • Shell 5.9%
  • Batchfile 5.6%