Skip to main content

tools for building conda packages

Project description

https://travis-ci.org/conda/conda-build.svg?branch=master https://ci.appveyor.com/api/projects/status/aj0d43e7qea5amja?svg=true

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.20.1.tar.gz (163.8 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for conda-build-1.20.1.tar.gz
Algorithm Hash digest
SHA256 7d4abe9fd11aea010ee5df971112a4f09127b31e23987d6b9bb776e72791ba29
MD5 2021073453209b5d60cac4c1ebc6b56f
BLAKE2b-256 613a88d692a5990b93a3cd9b3f3a70f22a76ee72c72a384bec40e167a79a6431

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