Skip to content

Commit

Permalink
Merge pull request #1088: docs: Use conda instead of mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Dec 9, 2023
2 parents 7d86de1 + 6d559bd commit 781da4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 781da4a

Please sign in to comment.