Skip to content

Commit

Permalink
docs: explicit use of environment.yml
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <[email protected]>
  • Loading branch information
espy and jaimergp authored Jun 26, 2024
1 parent 420856e commit 667e1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ If you don’t already have a conda-based environment manager, install one. For
To develop `conda-smithy`, use said environment manager and create an environment based on the included `environment.yml` file.

```sh
$ conda env create
$ conda env create -f environment.yml
```

Then activate the environment, check that it works and install the dependencies:
Expand Down

0 comments on commit 667e1c0

Please sign in to comment.