From 4f27b33559e67ce38c45600878c694d5139e2d2c Mon Sep 17 00:00:00 2001 From: "Giar, Marcel" <marcel.giar@theo.physik.uni-giessen.de> Date: Fri, 9 Sep 2022 16:05:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0be4e32..72c4197 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ $ conda activate scipython Follow the instructions provided [here](https://docs.anaconda.com/anaconda/navigator/tutorials/manage-environments) and use our `environment.yml` file. -Navigate to the section "Importing an environment", read and execute the instructions of the first paragraph. The `environment.yml` file is located in the directory in which you have stored the repository for this course. +Navigate to the section ["Importing an environment"](https://docs.anaconda.com/anaconda/navigator/tutorials/manage-environments/#importing-an-environment), read and execute the instructions of the first paragraph. The `environment.yml` file is located in the directory in which you have stored the repository for this course. ### Python virtual environments -- GitLab