Skip to content

SarahNoel/conda-build

This branch is 7031 commits behind conda/conda-build:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 2, 2015
Feb 9, 2015
Jun 18, 2015
Feb 2, 2015
Jun 16, 2015
Jan 28, 2015
Jan 17, 2014
Apr 21, 2015
Jun 16, 2015
Jun 16, 2015
Aug 11, 2014
May 11, 2015
Oct 3, 2014
May 19, 2015
Dec 10, 2014
May 19, 2015
Apr 28, 2015

Repository files navigation

conda-build

Installation

# Display information about current conda install
conda info

# Install conda-build in the current env
conda install -n root conda-build

Building Your Own Packages

You can easily build your own packages for conda, and upload them to Binstar, a free service for hosting packages for conda, as well as other package managers. To build a package, create a recipe. See http://github.com/conda/conda-recipes for many example recipes, and http://conda.pydata.org/docs/build.html for documentation on how to build recipes.

To upload to Binstar, create an account on binstar.org. Then, install the binstar client and login

$ conda install binstar
$ binstar login

Then, after you build your recipe

$ conda build <recipe-dir>

you will be prompted to upload to binstar.

To add your Binstar channel, or the channel of others to conda so that conda install will find and install their packages, run

$ conda config --add channels https://conda.binstar.org/username

(replacing username with the user name of the person whose channel you want to add).

Getting Help

The documentation for conda is at http://conda.pydata.org/docs/. You can subscribe to the conda mailing list. The source code and issue tracker for conda are on GitHub.

About

Commands and tools for building conda packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.2%
  • Shell 1.8%
  • Other 1.0%