Table of Contents
Conda - Build Recipe
About
The followin three files are collectively referred to as the
conda build recipe
:
meta.yaml
—Contains all the metadata in the recipe. Only the package name and package version sections are required—everything else is optional.
bld.bat—Windows commands to build the package.
build.sh—macOS and Linux commands to build the package.
Articles Related
Conda - meta.yaml
Conda - Install a PyPi Package