From 5617d6c71b0993cc92ae77eee6229fae984b4d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Nie=C3=9Fer?= <104903134+Y0dler@users.noreply.github.com> Date: Sun, 13 Oct 2024 16:36:24 +0200 Subject: [PATCH] Update docs/source/markdown/Installation.md Co-authored-by: Michael Osthege --- docs/source/markdown/Installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/markdown/Installation.md b/docs/source/markdown/Installation.md index 162bf72..4c928fb 100644 --- a/docs/source/markdown/Installation.md +++ b/docs/source/markdown/Installation.md @@ -11,7 +11,8 @@ If you have already installed Miniconda, you can install Mamba on top of it but The newest conda version should also work, just replace `mamba` with `conda` in step 2.) ``` -2. Create a new Python environment in the command line using the provided environment.yml file in the repo. You have to download environment.yml first and navigate to its location within the command line interface. Then execute the following command: +2. Create a new Python environment in the command line using the provided [`environment.yml`](https://github.com/JuBiotech/peak-performance/blob/main/environment.yml) file from the repo. + Download `environment.yml` first, then navigate to its location on the command line interface and run the following command: ``` mamba env create -f environment.yml ```