tools for building conda packages
Project description
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
File details
Details for the file conda-build-1.19.1.tar.gz
.
File metadata
- Download URL: conda-build-1.19.1.tar.gz
- Upload date:
- Size: 157.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ca989a2743970c6b08443ac6a6f17a1b1d11ecd7bd88d0a1edc866935daa8e6 |
|
MD5 | fd938c8d0e1ff14a733063b9fd6cf91b |
|
BLAKE2b-256 | 7176043e8b2a3b5628eeda1acb053a6a62701ef24b120cf0f70c0bc6f7d81f90 |