Skip to content

Commit

Permalink
fix conda env creation command
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Feb 12, 2024
1 parent 6e8ffff commit 28a6017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ the [`conda-forge`](https://conda-forge.org/) channel by default).

Once `conda` is installed, run
```
conda create -n sourmash_dev -f dev.yml
conda env create -n sourmash_dev --file dev.yml
```
to create an environment called `sourmash_dev` containing the programs needed
for development.
Expand Down

0 comments on commit 28a6017

Please sign in to comment.