Skip to content

Commit cffadf8

Browse files
authored
fix: README.md envs files were updated
There were new envs files added in f2c137d and the old ones were removed in 8c8e094, but the documentation in the README hasn't been updated yet. I think this fixes it.
1 parent da4bc92 commit cffadf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This repository contains the entire scientific project, including data sources a
1515
You need `conda` or `mamba` to run the analysis. Using conda, you can create an environment from within which you can run the analysis:
1616

1717
```
18-
conda env create -f envs/{os}-pinned.yaml
18+
conda env create -f envs/{os}.lock.yaml
1919
```
2020

2121
Where `{os}` should be replaced with your operating system, e.g. for linux the command would be:
2222

2323
```
24-
conda env create -f envs/linux-pinned.yaml
24+
conda env create -f envs/linux-64.lock.yaml
2525
```
2626

2727
## Run the analysis

0 commit comments

Comments
 (0)