Getting started#
Before starting the tutorials, consider reviewing how to install and update conda-build and conda-build concepts.
You may also find our resources collection helpful.
Prerequisites#
Before starting the tutorials, you need to install:
The most straightforward way to do this is to install Miniconda or Anaconda, which contain conda, and then use conda to install conda-build and Git. Make sure you install these packages into your base environment.:
conda install -n base conda-build git
For more information on installing and updating conda-build, see Installing and updating conda-build.
Tutorial submissions#
Have an idea for a tutorial? You can submit your suggestions to Anaconda by emailing us at documentation@anaconda.com.
To create your own tutorials, follow the writing style guide and tutorial template.