From 027ef0322d1dc2f83c01e3d893ee170bd4d7324d Mon Sep 17 00:00:00 2001 From: "Giar, Marcel" <marcel.giar@theo.physik.uni-giessen.de> Date: Fri, 9 Sep 2022 16:04:46 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a5c991..0be4e32 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,9 @@ $ conda activate scipython #### Anaconda Navigator (e.g. Windows) -Follow the instructions provided [here](https://docs.anaconda.com/anaconda/navigator/tutorials/manage-environments/#creating-a-new-environment) and use our `environment.yml` file. +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. ### Python virtual environments -- GitLab