Skip to content

srossross/conda-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/pydata/conda-recipes for many example recipes, and http://docs.continuum.io/conda/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://docs.continuum.io/conda/. You can subscribe to the conda mailing list. The source code and issue tracker for conda are on GitHub.


Contents:

miniconda.rst

About

Commands and tools for building conda packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%