Skip to content

Commit

Permalink
Rename conda dev environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 17, 2024
1 parent 54e0ae1 commit a6aee82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ pip install --editable .[dev,test,docs]

??? note "For conda users"

For your convenience, there is a `environment-dev.yml` file at the root of this
For your convenience, there is a `environment.yml` file at the root of this
repository. You can create a dev environment quickly with:

```bash
conda env create --file environment-dev.yml
conda env create --file environment.yml
```

## Managing Dependencies
Expand Down
File renamed without changes.

0 comments on commit a6aee82

Please sign in to comment.