Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/asmeurer/binstar-build-client
- Owner: asmeurer
- Created: 2014-07-01T17:04:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-01T18:21:20.000Z (over 10 years ago)
- Last Synced: 2024-11-08T08:51:54.595Z (about 2 months ago)
- Size: 364 KB
- Stars: 0
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
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