Skip to content

Commit

Permalink
Update advice on installing conda-build (#5223)
Browse files Browse the repository at this point in the history
  • Loading branch information
kathatherine authored Mar 12, 2024
1 parent 17c51bd commit 1b3352e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/user-guide/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ Prerequisites

Before starting the tutorials, you need to install:

- `Miniconda or Anaconda <https://docs.anaconda.com/anaconda/install/>`_
- `Miniconda <https://docs.anaconda.com/free/miniconda/>`_ or `Anaconda <https://docs.anaconda.com/free/anaconda/install/>`_
- conda-build
- Git

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 a new environment
and not your base environment.::
and Git. Make sure you install these packages into your base environment.::

conda create -n my-conda-build-environment conda-build git
conda install -n base conda-build git

For more information on installing and updating conda-build, see :doc:`Installing and updating conda-build <../install-conda-build>`.

.. _submissions:

Expand Down

0 comments on commit 1b3352e

Please sign in to comment.