From 6d559bde597747a56ae6db879345bb0d2f4dbaaa Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:37:13 -0800 Subject: [PATCH] docs: Use conda instead of mamba Nothing requires mamba here. --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index d8926f8b7..6ba7bfaaf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,11 +7,11 @@ Build dependencies are managed with [Conda](https://conda.io). Install them into an isolated environment named `ncov-docs` with: - mamba env create -f=conda.yml + conda env create -f=conda.yml Enter the environment with: - mamba activate ncov-docs + conda activate ncov-docs You can now build the documentation with: