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 d56f86c commit 2a7a565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEV_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ The Auspice technical reference guide is available at [docs.nextstrain.org/proje

To preview the Auspice documentation locally,

1. Create and activate a Conda environment from `docs/conda.yml`. Example using Mamba:
1. Create and activate a Conda environment from `docs/conda.yml`. Example:

```bash
mamba env create --file docs/conda.yml
conda env create --file docs/conda.yml
conda activate auspice-docs
```

Expand Down

0 comments on commit 2a7a565

Please sign in to comment.