Skip to content

Commit

Permalink
docs: Use conda instead of mamba
Browse files Browse the repository at this point in the history
Nothing requires mamba here.
  • Loading branch information
victorlin committed Dec 9, 2023
1 parent 7d86de1 commit 6d559bd
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 6d559bd

Please sign in to comment.