From b7aa7ced23fa8faf3b56e7e844ad067aae68f7d8 Mon Sep 17 00:00:00 2001 From: Kevin Tyle Date: Tue, 1 Oct 2024 11:30:08 -0400 Subject: [PATCH] Additional text to justify use of conda-forge (#492) --- foundations/conda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/conda.md b/foundations/conda.md index a936bf57..6fc98f94 100644 --- a/foundations/conda.md +++ b/foundations/conda.md @@ -41,7 +41,7 @@ We recommend Miniforge for these reasons: 1. It's quicker and takes up less disk space. 2. It encourages you to install only the packages you need in reproducible isolated environments for specific projects. This is generally a more robust way to work with open source tools. -3. It uses `conda-forge` as the default channel for packages. +3. It uses `conda-forge` as the default channel for packages, which is our recommended way to get up-to-date, interoperable packages.. Once you have `conda` via the Miniconda installer, the next step is to create an environment and install packages.