Skip to content

Commit 321c5b0

Browse files
committed
Correct conda environment file name in documentation
1 parent b4e0ff7 commit 321c5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/developer_guides/guide_for_fortran_developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The only prerequisites before these steps are that you have git installed (which
1414
2. Create a Conda virtual environment with the correct dependencies installed.
1515

1616
```sh
17-
conda env create --file=environments.yml
17+
conda env create --file=environment.yml
1818
```
1919

2020
3. Activate the Conda environment.

0 commit comments

Comments
 (0)