Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asmeurer/binstar-build-client

Build build client
https://github.com/asmeurer/binstar-build-client

Last synced: 6 days ago
JSON representation

Build build client

Awesome Lists containing this project

README

        

Binstar Build Client
======================

This is a command line client that provides an interface to [binstar.org](https://binstar.org).

## Quickstart:

### Create an account:

First create an account on [binstar.org](https://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](https://binstar-client.readthedocs.org/en/latest/getting_started.html).

## Installing from source

run

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

### Links

* https://binstar-client.readthedocs.org/en/latest/
* https://binstar.org