Installing and updating conda-build

To enable building conda packages:

Installing conda-build

To install conda-build, in your terminal window or an Anaconda Prompt, run:

conda install conda-build

Updating conda and conda-build

Keep your versions of conda and conda-build up to date to take advantage of bug fixes and new features.

To update conda and conda-build, in your terminal window or an Anaconda Prompt, run:

conda update conda
conda update conda-build

For release notes, see the conda-build GitHub page.