Skip to main content

tools for building conda packages

Project description

https://travis-ci.org/conda/conda-build.svg?branch=master

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 anaconda.org, 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 anaconda.org, create an account. Then, install the anaconda-client and login

$ conda install anaconda-client
$ anaconda login

Then, after you build your recipe

$ conda build <recipe-dir>

you will be prompted to upload to anaconda.org.

To add your anaconda.org 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.anaconda.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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conda-build-1.19.2.tar.gz (157.5 kB view details)

Uploaded Source

File details

Details for the file conda-build-1.19.2.tar.gz.

File metadata

File hashes

Hashes for conda-build-1.19.2.tar.gz
Algorithm Hash digest
SHA256 506274386f7bd5bf7e3426cdd0effff030f4171bb36a043a69b6cb4609c20c5b
MD5 fce8694ef73fbf4ad8b57ab6f1f623da
BLAKE2b-256 5a263b7c57ea22c03032c39fc1d65c66db7f1ac6bbb7753da3659627d6653514

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page