Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 924 Bytes

install-conda-build.rst

File metadata and controls

38 lines (23 loc) · 924 Bytes

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.