From fb6548c5f703865d649e568e8e734da5a769e6dc Mon Sep 17 00:00:00 2001 From: giuliaelgarcia <147185635+giuliaelgarcia@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:19:41 +0000 Subject: [PATCH] Update README.md Fixed error in like 33 which referred to pipeline_env.yaml as pipeline_env.yml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9744d72..8edf9773 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ See [installation instructions here](https://panpipes-pipelines.readthedocs.io/e We recommend installing panpipes in a conda environment, we provide a minimal conda config file in `pipeline_env.yaml` ``` -conda env create --file=pipeline_env.yml +conda env create --file=pipeline_env.yaml ``` In this environment, you can install nightly version of panpipes, i.e. cloning this repo and installing it from main.