From 7336f1249cca463906c354bb41c2b24126b2b898 Mon Sep 17 00:00:00 2001 From: Katherine Kinnaman Date: Mon, 11 Mar 2024 09:28:39 -0500 Subject: [PATCH] Updated incorrect conda command --- docs/source/user-guide/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user-guide/getting-started.rst b/docs/source/user-guide/getting-started.rst index c905c43724..64c82e292e 100644 --- a/docs/source/user-guide/getting-started.rst +++ b/docs/source/user-guide/getting-started.rst @@ -24,7 +24,7 @@ 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 create -n base 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>`.