diff --git a/README.md b/README.md
index a9b65bd22832cf655d6daf6b237f687f59d880b6..e1913259c114e11514496ee9b1d72f89ddf8b826 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ These tutorials will give you an understanding of how to apply the Layered Surfa
 ## 2. Set-up to run tutorials
 For running the tool locally on your computer, you need to install the slgbuilder Python package using `pip install slgbuilder`.
 
-If you are using Anaconda, you can automatically install the required packages using the included environment file:
+If you are using Anaconda, you can install slgbuilder and the packages it depends on via the GUI (check package names in environment.yml), or alternatively by runing the environment file on the terminal:
 
 Mac/Linux:
 1. Navigate to the folder containing these tutorials and the `environment.yml` file.